Mesa (master): configure: Require libdrm >= 2.4.75

Chad Versace chadversary at kemper.freedesktop.org
Fri Jan 27 21:17:20 UTC 2017


Module: Mesa
Branch: master
Commit: b8acb6b1798151d1038acec035835243706a4a6a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8acb6b1798151d1038acec035835243706a4a6a

Author: Chad Versace <chadversary at chromium.org>
Date:   Fri Jan 13 10:46:49 2017 -0800

configure: Require libdrm >= 2.4.75

Required to implement EGL_ANDROID_native_fence_sync on i965.
Specifically, i965 needs drm_intel_gem_bo_exec_fence(),
I915_PARAM_HAS_EXEC_FENCE, and libsync.h.

Reviewed-by: Rafael Antognolli <rafael.antognolli at intel.com>
Tested-by: Rafael Antognolli <rafael.antognolli at intel.com>
Acked-by: Kenneth Graunke <kenneth at whitecape.org>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 72be7dd..92339b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,7 +67,7 @@ OPENCL_VERSION=1
 AC_SUBST([OPENCL_VERSION])
 
 dnl Versions for external dependencies
-LIBDRM_REQUIRED=2.4.66
+LIBDRM_REQUIRED=2.4.75
 LIBDRM_RADEON_REQUIRED=2.4.56
 LIBDRM_AMDGPU_REQUIRED=2.4.63
 LIBDRM_INTEL_REQUIRED=2.4.61




More information about the mesa-commit mailing list