mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Switch the default Linux DRI port to linux-f10-dri and remove support
for the unused USE_GL=linux (this avoids hardcoding the Linux DRI port). PR: ports/180231 Submitted by: myself Approved by: portmgr (bapt)
This commit is contained in:
parent
f8d0453b33
commit
f5cb941311
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322233
@ -141,7 +141,7 @@ dbuslibs_PORT= ${PORTSDIR}/devel/linux${LINUX_DIST_SUFFIX}-dbus-libs
|
||||
|
||||
dri_f10_FILE= ${LINUXBASE}/usr/lib/libGL.so.1.2
|
||||
dri_DETECT= ${dri${LINUX_DIST_SUFFIX:S/-/_/}_FILE}
|
||||
dri_PORT= ${PORTSDIR}/graphics/linux-dri74
|
||||
dri_PORT= ${PORTSDIR}/graphics/linux${LINUX_DIST_SUFFIX}-dri
|
||||
dri_DEPENDS= xorglibs
|
||||
|
||||
esound_f10_FILE= ${LINUXBASE}/usr/lib/libesd.so.0.2.39
|
||||
|
@ -352,7 +352,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
|
||||
# MAKE_ENV are extended with a DISPLAY variable.
|
||||
#
|
||||
# USE_GL - A list of Mesa or GL related dependencies needed by the port.
|
||||
# Supported components are: glut, glu, glw, gl and linux.
|
||||
# Supported components are: glut, glu, glw, and gl.
|
||||
# If set to "yes", this is equivalent to "glu". Note that
|
||||
# glew and glut depend on glu, glw and glu depend on gl.
|
||||
# USE_MOTIF - If set, this port uses a Motif toolkit. Implies USE_XORG+= xpm
|
||||
@ -1933,7 +1933,6 @@ _GL_glu_LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU
|
||||
_GL_glu_USE_XORG= glproto dri2proto
|
||||
_GL_glw_LIB_DEPENDS= GLw.1:${PORTSDIR}/graphics/libGLw
|
||||
_GL_glut_LIB_DEPENDS= glut.12:${PORTSDIR}/graphics/freeglut
|
||||
_GL_linux_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1.2:${PORTSDIR}/graphics/linux-dri74
|
||||
|
||||
.if defined(USE_GL)
|
||||
. if ${USE_GL:L} == "yes"
|
||||
|
Loading…
Reference in New Issue
Block a user