summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-09-14 10:37:38 -0500
committerJeremy Huddleston <jeremyhu@apple.com>2011-10-15 21:18:47 -0700
commit40d338e9f723c4b3d63516aa62fdcded4d8af75e (patch)
treeca55cb0c28a85fb82200af6a0363c56fdfc34326
parent43d730c0e4b1a00b29843c0660dcc7c60da6725d (diff)
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@apple.com> Reviewed-by: Jamey Sharp <jamey@minilop.net>
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 004c08de5..50beb01dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -719,6 +719,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