Lines Matching defs:DRI1
319 [Disable DRI1 support [[default=auto]]]),
320 [DRI1=$enableval],
321 [DRI1=auto])
491 if test "x$_EXT_CHECK" != "xno" -a "x$DRI" != "xno" -a "x$DRI1" != "xno" -a "x$UMS" = "xyes"; then
492 PKG_CHECK_MODULES(DRI1, [xf86driproto], [have_dri1=$DRI], [have_dri1=no])
513 AC_MSG_CHECKING([whether to include DRI1 support])
516 AM_CONDITIONAL(DRI1, test "x$have_dri1" != "xno")
518 AC_DEFINE(HAVE_DRI1,1,[Enable DRI1 driver support])
519 str="DRI1"
529 if test "x$DRI" = "xyes" -a "x$UMS" = "xyes" -a "x$DRI1" != "xno"; then
530 AC_MSG_ERROR([DRI1 requested but prerequisites not found])