diff options
author | Emil Velikov <[email protected]> | 2014-02-13 00:23:16 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-02-18 00:04:02 +0000 |
commit | 5fe47969c0e7e56fa42e4deadafb37e4b442a559 (patch) | |
tree | cf3aed127a7bbacf1cb1578bcf8b6a3058085a02 /configure.ac | |
parent | f41102b538418b281602ae6434435c7e285d4a91 (diff) |
configure: bump up libdrm requirement to 2.4.38
This is the first version that introduced DRM_CAP_PRIME, which is
implicitly required by egl/wayland.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8245b9741d1..fc5e0284a15 100644 --- a/configure.ac +++ b/configure.ac @@ -27,7 +27,7 @@ OSMESA_VERSION=8 AC_SUBST([OSMESA_VERSION]) dnl Versions for external dependencies -LIBDRM_REQUIRED=2.4.24 +LIBDRM_REQUIRED=2.4.38 LIBDRM_RADEON_REQUIRED=2.4.50 LIBDRM_INTEL_REQUIRED=2.4.52 LIBDRM_NVVIEUX_REQUIRED=2.4.33 |