mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add USE_XLIB, required when WITH_NVIDIA_GL is defined
PR: ports/127394 Submitted by: Mel <mel.xyzzy@rachie.is-a-geek.net> Approved by: portmgr (pav)
This commit is contained in:
parent
96b148953c
commit
74d0d6ec45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220397
@ -25,6 +25,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux
|
||||
|
||||
.ifdef WITH_NVIDIA_GL
|
||||
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
|
||||
USE_XLIB= yes
|
||||
.else
|
||||
USE_GL= linux
|
||||
.endif
|
||||
|
@ -25,6 +25,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux
|
||||
|
||||
.ifdef WITH_NVIDIA_GL
|
||||
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
|
||||
USE_XLIB= yes
|
||||
.else
|
||||
USE_GL= linux
|
||||
.endif
|
||||
|
@ -25,6 +25,7 @@ RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux
|
||||
|
||||
.ifdef WITH_NVIDIA_GL
|
||||
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
|
||||
USE_XLIB= yes
|
||||
.else
|
||||
USE_GL= linux
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user