FreeBSD Bugzilla – Attachment 147557 Details for
Bug 193832
emulators/linux-c6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
conditional depend on dri or nvidia-driver
fix.diff (text/plain), 855 bytes, created by
Johannes Jost Meixner
on 2014-09-22 12:22:14 UTC
(
hide
)
Description:
conditional depend on dri or nvidia-driver
Filename:
MIME Type:
Creator:
Johannes Jost Meixner
Created:
2014-09-22 12:22:14 UTC
Size:
855 bytes
patch
obsolete
>Index: emulators/linux-c6/Makefile >=================================================================== >--- emulators/linux-c6/Makefile (revision 368847) >+++ emulators/linux-c6/Makefile (working copy) >@@ -84,7 +84,14 @@ > linux-c6-png>0:${PORTSDIR}/graphics/linux-c6-png \ > linux-c6-tiff>0:${PORTSDIR}/graphics/linux-c6-tiff \ > linux-c6-jpeg>0:${PORTSDIR}/graphics/linux-c6-jpeg \ >- linux-c6-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo \ >- linux-c6-dri>0:${PORTSDIR}/graphics/linux-c6-dri >+ linux-c6-cairo>0:${PORTSDIR}/graphics/linux-c6-cairo > >+OPTIONS_DEFINE= NVIDIA_GL >+NVIDIA_GL_DESC= Use GL driver from nvidia-driver >+ >+.include <bsd.port.options.mk> >+ >+NVIDIA_GL_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver >+NVIDIA_GL_RUN_DEPENDS_OFF= linux-c6-dri>0:${PORTSDIR}/graphics/linux-c6-dri >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193832
: 147557