mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-31 05:30:14 +01:00
Actually enable building GLX without Mesa source
(cherry picked from commit e837244947)
This commit is contained in:
parent
90f2a82ba5
commit
8017c99901
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue