summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2017-01-13 10:46:49 -0800
committerChad Versace <[email protected]>2017-01-27 13:10:06 -0800
commitb8acb6b1798151d1038acec035835243706a4a6a (patch)
tree9e4162cf437cc37918ad1dd6d58c09aeb84fbda6 /configure.ac
parentcb6be5c8c05fa1af20ebd4f014d686244826f987 (diff)
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 <[email protected]> Tested-by: Rafael Antognolli <[email protected]> Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 72be7dde308..92339b4a3f6 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