mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Enable the glslx qw client.
The only reason it wa getting built is other qw clients were requiring the same libs.
This commit is contained in:
parent
8e5c7db857
commit
5c062acc80
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ if test "x$HAVE_X" = xyes; then
|
||||||
VID_TARGETS="$VID_TARGETS libQFglslx.la"
|
VID_TARGETS="$VID_TARGETS libQFglslx.la"
|
||||||
BUILD_GLSL=yes
|
BUILD_GLSL=yes
|
||||||
QF_NEED(vid, [common glsl x11])
|
QF_NEED(vid, [common glsl x11])
|
||||||
#QF_NEED(qw, [client common])
|
QF_NEED(qw, [client common])
|
||||||
QF_NEED(nq, [client common])
|
QF_NEED(nq, [client common])
|
||||||
QF_NEED(console, [client])
|
QF_NEED(console, [client])
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue