[Xquartz-changes] xserver: Branch 'xf86-darwin'

Jeremy Huddleston jeremyhu at freedesktop.org
Wed Sep 14 08:40:12 PDT 2011


 configure.ac |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 177e186a61b59fd80a72f94dbec6f9d3821a1f6e
Author: Jeremy Huddleston <jeremyhu at apple.com>
Date:   Wed Sep 14 10:37:38 2011 -0500

    darwin: configure: Force some irrelevant options to off on darwin
    
    This removes the need to pass the following to configure on darwin:
    --disable-pciaccess -disable-int10-module --disable-vbe --disable-vgahw --disable-libdrm
    
    Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>

diff --git a/configure.ac b/configure.ac
index 415ead8..93ed508 100644
--- a/configure.ac
+++ b/configure.ac
@@ -725,6 +725,11 @@ case $host_os in
 		XV=no
 		;;
 	darwin*)
+		PCI=no
+		INT10MODULE=no
+		VGAHW=no
+		VBE=no
+		DRM=no
 		DRI2=no
 
 		if test x$XQUARTZ = xauto; then


More information about the Xquartz-changes mailing list