Lines Matching defs:GLX
585 dnl GLX build options
586 AC_ARG_ENABLE(aiglx, AS_HELP_STRING([--enable-aiglx], [Build accelerated indirect GLX (default: enabled)]),
590 AC_ARG_ENABLE(glx-tls, AS_HELP_STRING([--enable-glx-tls], [Build GLX with TLS support (default: auto)]),
593 AC_MSG_ERROR([GLX with TLS support requested, but the compiler does not support it.])
613 AC_ARG_ENABLE(glx, AS_HELP_STRING([--disable-glx], [Build GLX extension (default: enabled)]), [GLX=$enableval], [GLX=yes])
989 if test "x$GLX" = xyes; then
993 AC_DEFINE(GLXEXT, 1, [Build GLX extension])
997 GLX=no
999 AM_CONDITIONAL(GLX, test "x$GLX" = xyes)
1001 if test "x$AIGLX" = xyes -a "x$GLX" = xyes -a \( "x$DRI" = xyes -o "x$DRI2" = xyes \); then
2061 if test "x$DRI" = xyes && test "x$GLX" = xyes; then