[PATCH 1/4] configure.ac: default to DRI=yes on solaris platforms
Emil Velikov
emil.l.velikov at gmail.com
Thu Sep 29 17:35:01 UTC 2016
Afaict there's little-to-no reason/way one would want xserver without
DRI support on Solaris platforms.
This will allow us to simplify/fix all the libdrm detection in the next
commit.
Cc: Alan Coopersmith <alan.coopersmith at oracle.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2b93a4a..90e84ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -411,7 +411,7 @@ case $host_os in
DRI=yes
;;
*solaris*)
- PKG_CHECK_EXISTS(libdrm, DRI=yes, DRI=no)
+ DRI=yes
;;
darwin*)
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
--
2.9.3
More information about the xorg-devel
mailing list