Depend on GL.14 instead of MesaGL.14 because Mesa-3.2 doesn't seem to
create the latter
This commit is contained in:
parent
5a51c60c24
commit
7841da5211
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28065
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ CFLAGS+= -D_THREAD_SAFE
|
|||
GL_DEPENDS=
|
||||
CONFIGURE_ARGS+= --disable-video-opengl
|
||||
.else
|
||||
GL_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3
|
||||
GL_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
CONFIGURE_ARGS+= --enable-video-opengl
|
||||
.endif
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ CFLAGS+= -D_THREAD_SAFE
|
|||
GL_DEPENDS=
|
||||
CONFIGURE_ARGS+= --disable-video-opengl
|
||||
.else
|
||||
GL_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3
|
||||
GL_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3
|
||||
CONFIGURE_ARGS+= --enable-video-opengl
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue