Lines Matching defs:DRI1
333 [Disable DRI1 support [[default=yes]]]),
334 [DRI1=$enableval],
335 [DRI1=yes])
494 if test "x$_EXT_CHECK" != "xno" -a "x$DRI" != "xno" -a "x$DRI1" != "xno" -a "x$UMS" = "xyes"; then
495 PKG_CHECK_MODULES(DRI1, [xf86driproto], [have_dri1=$DRI], [have_dri1=no])
516 AC_MSG_CHECKING([whether to include DRI1 support])
519 AM_CONDITIONAL(DRI1, test "x$have_dri1" != "xno")
521 AC_DEFINE(HAVE_DRI1,1,[Enable DRI1 driver support])
522 dri_msg="$dri_msg DRI1"
527 if test "x$DRI" = "xyes" -a "x$UMS" = "xyes" -a "x$DRI1" != "xno"; then
528 AC_MSG_ERROR([DRI1 requested but prerequisites not found])