Mesa (master): configure.ac: bump required etnaviv libdrm version to 2.4.82

Lucas Stach lynxeye at kemper.freedesktop.org
Wed Jul 19 14:38:50 UTC 2017


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

Author: Lucas Stach <l.stach at pengutronix.de>
Date:   Wed Jul 19 14:37:54 2017 +0200

configure.ac: bump required etnaviv libdrm version to 2.4.82

The following changes need the modifier definitions for the Vivante tiled
formats, which are shipped with libdrm 2.4.82.

Signed-off-by: Lucas Stach <l.stach at pengutronix.de>

---

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

diff --git a/configure.ac b/configure.ac
index c5803e0f6e..0443efdab7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ LIBDRM_INTEL_REQUIRED=2.4.75
 LIBDRM_NVVIEUX_REQUIRED=2.4.66
 LIBDRM_NOUVEAU_REQUIRED=2.4.66
 LIBDRM_FREEDRENO_REQUIRED=2.4.74
-LIBDRM_ETNAVIV_REQUIRED=2.4.80
+LIBDRM_ETNAVIV_REQUIRED=2.4.82
 
 dnl Versions for external dependencies
 DRI2PROTO_REQUIRED=2.8




More information about the mesa-commit mailing list