[PATCH 2/2] configure.ac: Force --disable-libdrm on Cygwin
Jon TURNEY
jon.turney at dronecode.org.uk
Tue Sep 30 06:09:10 PDT 2014
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 <jon.turney at dronecode.org.uk>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index ee2321e..e9eeed3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -696,6 +696,7 @@ case $host_os in
CONFIG_UDEV=no
CONFIG_UDEV_KMS=no
DGA=no
+ DRM=no
DRI2=no
DRI3=no
INT10MODULE=no
--
2.1.1
More information about the xorg-devel
mailing list