[PATCH 1/4] configure.ac: On MinGW force --disable-xorg and --disable-xv, and --disable-dmx by default
Jon TURNEY
jon.turney at dronecode.org.uk
Wed Apr 25 05:11:31 PDT 2012
Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
---
configure.ac | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 4afac82..868e086 100644
--- a/configure.ac
+++ b/configure.ac
@@ -715,6 +715,9 @@ case $host_os in
XV=no
SYMBOL_VISIBILITY=no
;;
+ mingw*)
+ XV=no
+ ;;
darwin*)
PCI=no
INT10MODULE=no
@@ -1547,6 +1550,7 @@ if test "x$XORG" = xauto; then
XORG="yes"
case $host_os in
cygwin*) XORG="no" ;;
+ mingw*) XORG="no" ;;
darwin*) XORG="no" ;;
esac
fi
@@ -1948,6 +1952,7 @@ if test "x$DMX" = xauto; then
DMX="$have_dmx"
case $host_os in
cygwin*) DMX="no" ;;
+ mingw*) DMX="no" ;;
darwin*) DMX="no" ;;
esac
fi
--
1.7.9
More information about the xorg-devel
mailing list