summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2008-05-21 16:14:55 -0700
committerDan Nicholson <dbn.lists@gmail.com>2008-05-21 17:03:25 -0700
commite837244947fbb18192e9056c070ce439ef24d1a3 (patch)
tree6b3010f6601b94d97d853a154ae394d789604b9c
parentea4ec9e9983e25d94a3edf8a77ed2ad1db193284 (diff)
Actually enable building GLX without Mesa source
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9c969fefb..3cec454da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -850,7 +850,7 @@ if test "x$RES" = xyes; then
REQUIRED_MODULES="$REQUIRED_MODULES resourceproto"
fi
-if test "x$GLX" = xyes && ! test "x$MESA_SOURCE" = x; then
+if test "x$GLX" = xyes; then
PKG_CHECK_MODULES([XLIB], [x11])
PKG_CHECK_MODULES([GL], [glproto >= 1.4.9 gl >= 7.1.0])
AC_SUBST(XLIB_CFLAGS)