From 7ea4a21feed5ac5e71cc6d8141c97d6362402c5d Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Fri, 19 Sep 2014 13:37:50 +0100 Subject: [PATCH] configure.ac: Force --disable-libdrm on Cygwin This is now needed to avoid trying to build the modesetting driver by default when building the Xorg DDX on Cygwin. http://tinderbox.x.org/builds/2014-09-18-0011/logs/xserver/#build Signed-off-by: Jon TURNEY Reviewed-by: Adam Jackson --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8105763e6..fcf5c0385 100644 --- a/configure.ac +++ b/configure.ac @@ -698,6 +698,7 @@ case $host_os in CONFIG_UDEV=no CONFIG_UDEV_KMS=no DGA=no + DRM=no DRI2=no DRI3=no INT10MODULE=no