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>
This commit is contained in:
Jeremy Huddleston 2011-09-14 10:37:38 -05:00
parent 43d730c0e4
commit 40d338e9f7

View File

@ -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