Mesa (master): configure.ac: bump libdrm_freedreno requirement

Rob Clark robclark at kemper.freedesktop.org
Sun Sep 28 16:46:50 UTC 2014


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

Author: Rob Clark <robclark at freedesktop.org>
Date:   Sun Sep 28 12:45:23 2014 -0400

configure.ac: bump libdrm_freedreno requirement

We need 2.4.57 for fd_bo_dmabuf() / fd_bo_from_dmabuf().

Signed-off-by: Rob Clark <robclark at freedesktop.org>

---

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

diff --git a/configure.ac b/configure.ac
index 51f6c66..c030c56 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ LIBDRM_RADEON_REQUIRED=2.4.56
 LIBDRM_INTEL_REQUIRED=2.4.52
 LIBDRM_NVVIEUX_REQUIRED=2.4.33
 LIBDRM_NOUVEAU_REQUIRED="2.4.33 libdrm >= 2.4.41"
-LIBDRM_FREEDRENO_REQUIRED=2.4.55
+LIBDRM_FREEDRENO_REQUIRED=2.4.57
 DRI2PROTO_REQUIRED=2.6
 DRI3PROTO_REQUIRED=1.0
 PRESENTPROTO_REQUIRED=1.0




More information about the mesa-commit mailing list