Lines Matching defs:GLX
534 dnl GLX build options
550 AC_ARG_ENABLE(glx, AS_HELP_STRING([--disable-glx], [Build GLX extension (default: enabled)]), [GLX=$enableval], [GLX=yes])
1235 if test "x$GLX" = xyes; then
1239 AC_DEFINE(GLXEXT, 1, [Build GLX extension])
1244 GLX=no
1246 AM_CONDITIONAL(GLX, test "x$GLX" = xyes)
2125 if [test "x$XWIN" = xyes && test "x$GLX" = xyes] ; then
2145 AM_CONDITIONAL(XWIN_GLX_WINDOWS, [test "x$XWIN" = xyes && test "x$GLX" = xyes])
2200 if test "x$DRI" = xyes && test "x$GLX" = xyes; then