Cygwin/X: disable all unused or unapplicable extensions in configure

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
Yaakov Selkowitz 2012-03-29 02:06:36 -05:00
parent cb5661e86d
commit 12cd7ca83c

View File

@ -699,11 +699,21 @@ dnl DDX Detection... Yes, it's ugly to have it here... but we need to
dnl handle this early on so that we don't require unsupported extensions dnl handle this early on so that we don't require unsupported extensions
case $host_os in case $host_os in
cygwin*) cygwin*)
CONFIG_DBUS_API=no
CONFIG_HAL=no
CONFIG_UDEV=no
DGA=no DGA=no
DRI2=no DRI2=no
INT10MODULE=no
PCI=no
VGAHW=no
VBE=no
XAA=no
XF86UTILS=no
XF86VIDMODE=no XF86VIDMODE=no
XSELINUX=no XSELINUX=no
XV=no XV=no
SYMBOL_VISIBILITY=no
;; ;;
darwin*) darwin*)
PCI=no PCI=no