[PATCH 1/9] configure.ac: On MinGW force --disable-xorg and --disable-xv, and --disable-dmx by default

Jon TURNEY jon.turney at dronecode.org.uk
Wed Jan 11 12:13:21 PST 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 a203ab2..79d5557 100644
--- a/configure.ac
+++ b/configure.ac
@@ -705,6 +705,9 @@ case $host_os in
 		XSELINUX=no
 		XV=no
 		;;
+	mingw*)
+		XV=no
+		;;
 	darwin*)
 		PCI=no
 		INT10MODULE=no
@@ -1522,6 +1525,7 @@ if test "x$XORG" = xauto; then
 	XORG="yes"
 	case $host_os in
 		cygwin*) XORG="no" ;;
+		mingw*)  XORG="no" ;;
 		darwin*) XORG="no" ;;
 	esac
 fi
@@ -1923,6 +1927,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.5.1



More information about the xorg-devel mailing list