Lines Matching defs:DRI3
329 [Disable DRI3 support [[default=yes]]]),
330 [DRI3=$enableval],
331 [DRI3=yes])
557 if test "x$DRI3" != "xno"; then
558 XORG_DRIVER_CHECK_EXT(DRI3, dri3proto)
560 PKG_CHECK_MODULES(DRI3, [dri3proto], [have_dri3=$DRI], [])
566 AC_CHECK_DECL(DRI3, [], [have_dri3=no], [#include <xorg-server.h>])
596 AC_MSG_CHECKING([whether to include DRI3 support])
597 AM_CONDITIONAL(DRI3, test "x$have_dri3" != "xno")
600 AC_DEFINE(HAVE_DRI3,1,[Enable DRI3 driver support])
601 str="DRI3"
608 if test "x$DRI" = "xyes" -a "x$DRI3" != "xno" -a "x$KMS" = "xyes"; then
609 AC_MSG_ERROR([DRI3 requested but prerequisites not found])