jylefort 2006-11-06 14:15:28 UTC
FreeBSD ports repository
Modified files:
graphics Makefile
Added files:
graphics/linux-libGLU Makefile distinfo.i386
Log:
Add linux-libGLU.so. Unlike graphics/linux_dri, this port does not
provide libGL.so and is therefore useful for nvidia users (since
x11/nvidia-driver already provides libGL.so). That is, to express a
dependency on libGLU, do this:
.if defined(WITH_NVIDIA_GL)
RUN_DEPENDS+=
${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux-libGLU
.else
RUN_DEPENDS+=
${LINUXBASE}/usr/X11R6/lib/libGLU.so.1:${PORTSDIR}/graphics/linux_dri
.endif
Revision Changes Path
1.1002 +1 -0 ports/graphics/Makefile
1.1 +25 -0 ports/graphics/linux-libGLU/Makefile (new)
1.1 +3 -0 ports/graphics/linux-libGLU/distinfo.i386 (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"