Lines Matching defs:DRI
391 DRI=no
403 DRI=yes
410 DRI=yes
418 DRI=yes
421 PKG_CHECK_EXISTS(libdrm, DRI=yes, DRI=no)
614 AC_ARG_ENABLE(dri, AS_HELP_STRING([--enable-dri], [Build DRI extension (default: auto)]), [DRI=$enableval])
1001 if test "x$AIGLX" = xyes -a "x$GLX" = xyes -a \( "x$DRI" = xyes -o "x$DRI2" = xyes \); then
1014 AM_CONDITIONAL(DRI, test "x$DRI" = xyes)
1015 if test "x$DRI" = xyes; then
1016 AC_DEFINE(XF86DRI, 1, [Build DRI extension])
1018 PKG_CHECK_MODULES([DRI], $GLPROTO $LIBDRI)
1036 if test "x$DRI" = xyes || test "x$DRI2" = xyes; then
1248 AC_DEFINE_DIR(DRI_DRIVER_PATH, dridriverdir, [Default DRI driver path])
2061 if test "x$DRI" = xyes && test "x$GLX" = xyes; then