[PATCH 3/4] configure.ac: bump the required libdrm version to 2.3.1
Emil Velikov
emil.l.velikov at gmail.com
Thu Sep 29 17:35:03 UTC 2016
It fixes a bug where the version reported by drmGetLibVersion() was
'wrong'. See libdrm commit 79038751ffe("libdrm: add support for server
side functionality in libdrm") for details.
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 4284742..3e11be8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -829,7 +829,7 @@ dnl List of libraries that require a specific version
LIBAPPLEWM="applewm >= 1.4"
LIBDMX="dmx >= 1.0.99.1"
LIBDRI="dri >= 7.8.0"
-LIBDRM="libdrm >= 2.3.0"
+LIBDRM="libdrm >= 2.3.1"
LIBEGL="egl"
LIBGBM="gbm >= 10.2.0"
LIBGL="gl >= 7.1.0"
--
2.9.3
More information about the xorg-devel
mailing list