1
0
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:
Beech Rintoul 2008-09-15 21:57:06 +00:00
parent 96b148953c
commit 74d0d6ec45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220397
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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