Actually enable building GLX without Mesa source

(cherry picked from commit e837244947)
This commit is contained in:
Dan Nicholson 2008-05-21 16:14:55 -07:00 committed by Adam Jackson
parent 90f2a82ba5
commit 8017c99901

View file

@ -822,7 +822,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)