Lines Matching defs:XORG
580 AC_ARG_ENABLE(xorg, AS_HELP_STRING([--enable-xorg], [Build Xorg server (default: auto)]), [XORG=$enableval], [XORG=auto])
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
1756 if test "x$XORG" = xauto; then
1757 XORG="yes"
1759 cygwin*) XORG="no" ;;
1760 mingw*) XORG="no" ;;
1761 darwin*) XORG="no" ;;
1764 AC_MSG_RESULT([$XORG])
1766 if test "x$XORG" = xyes; then
2016 AM_CONDITIONAL([XORG], [test "x$XORG" = xyes])
2030 if echo "$XORG" "$XEPHYR" | grep -q yes ; then
2062 if test "x$XORG" = xyes; then