From 962962e978e5cededc20e577a36f77eb24d14bda Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 29 Sep 2016 18:35:03 +0100 Subject: [PATCH] configure.ac: bump the required libdrm version to 2.3.1 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 Reviewed-by: Adam Jackson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6bf7b8378..4bb014d0d 100644 --- a/configure.ac +++ b/configure.ac @@ -826,7 +826,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"