mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Add USE_XLIB when needed since USE_GL does not imply it anymore.
Reported by: pointyhat (via erwin)
This commit is contained in:
parent
d5c3e88864
commit
9efbb811be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201653
@ -24,6 +24,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
USE_ZIP= yes
|
||||
USE_DOS2UNIX= yes
|
||||
USE_GL= yes
|
||||
USE_XLIB= yes
|
||||
USE_SCONS= yes
|
||||
SCONS_ARGS= warnings=0
|
||||
NO_WRKSUBDIR= yes
|
||||
|
@ -81,6 +81,7 @@ USE_SDL= sdl
|
||||
MAKE_ENV+= USE_SDL_VIDEO=1
|
||||
. else
|
||||
USE_GL= yes
|
||||
USE_XLIB= yes
|
||||
. endif
|
||||
.endif
|
||||
|
||||
|
@ -57,6 +57,7 @@ MAKE_ENV+= DLL_ONLY=true
|
||||
|
||||
.if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP)
|
||||
USE_GL= yes
|
||||
USE_XLIB= yes
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_CLIENT)
|
||||
|
Loading…
Reference in New Issue
Block a user