Lines Matching defs:DRI3
553 AC_ARG_ENABLE(dri3, AS_HELP_STRING([--enable-dri3], [Build DRI3 extension (default: auto)]), [DRI3=$enableval], [DRI3=auto])
653 DRI3=no
668 DRI3=no
699 DRI3=no
1132 case "$DRI3,$XTRANS_SEND_FDS" in
1136 AC_MSG_ERROR([DRI3 requested, but xtrans fd passing support not found.])
1137 DRI3=no
1142 AC_MSG_NOTICE([DRI3 disabled because xtrans fd passing support not found.])
1143 DRI3=no
1150 case "$DRI3,$HAVE_DRI3PROTO" in
1155 AC_MSG_ERROR([DRI3 requested, but dri3proto not found.])
1156 DRI3=no
1161 AC_MSG_NOTICE([DRI3 disabled because dri3proto not found.])
1162 DRI3=no
1201 case "$DRI3,$XSHMFENCE" in
1205 AC_MSG_ERROR([DRI3 requested, but xshmfence not found.])
1206 DRI3=no
1211 AC_MSG_NOTICE([DRI3 disabled because xshmfence not found.])
1212 DRI3=no
1216 case x"$DRI3" in
1218 DRI3=yes
1219 AC_DEFINE(DRI3, 1, [Build DRI3 extension])
1222 AC_MSG_NOTICE([DRI3 enabled]);
1226 AM_CONDITIONAL(DRI3, test "x$DRI3" = xyes)
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