Lines Matching defs:DRI
330 DRI=no
341 DRI=yes
348 DRI=yes
356 DRI=yes
359 DRI=yes
551 AC_ARG_ENABLE(dri, AS_HELP_STRING([--enable-dri], [Build DRI extension (default: auto)]), [DRI=$enableval])
1090 AM_CONDITIONAL(DRI, test "x$DRI" = xyes)
1091 if test "x$DRI" = xyes; then
1092 AC_DEFINE(XF86DRI, 1, [Build DRI extension])
1228 if test "x$DRI" = xyes || test "x$DRI2" = xyes || test "x$DRI3" = xyes || test "x$CONFIG_UDEV_KMS" = xyes || test "x$XORG" = xyes; then
1446 AC_DEFINE_DIR(DRI_DRIVER_PATH, dridriverdir, [Default DRI driver path])
2200 if test "x$DRI" = xyes && test "x$GLX" = xyes; then