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:
Bill Currie 2012-02-08 08:25:50 +09:00
parent 8e5c7db857
commit 5c062acc80
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ if test "x$HAVE_X" = xyes; then
VID_TARGETS="$VID_TARGETS libQFglslx.la"
BUILD_GLSL=yes
QF_NEED(vid, [common glsl x11])
#QF_NEED(qw, [client common])
QF_NEED(qw, [client common])
QF_NEED(nq, [client common])
QF_NEED(console, [client])
fi