Mesa (master): configure.ac: update libdrm amdgpu version requirement to 2.4.81

Leo Liu leoliu at kemper.freedesktop.org
Thu May 25 16:07:12 UTC 2017


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

Author: Leo Liu <leo.liu at amd.com>
Date:   Wed May 24 11:57:28 2017 -0400

configure.ac: update libdrm amdgpu version requirement to 2.4.81

VCN decode has a new interface, and that depends on the latest libdrm

Signed-off-by: Leo Liu <leo.liu at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>

---

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

diff --git a/configure.ac b/configure.ac
index 1da67f55d9..b57be07e24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,7 +74,7 @@ AC_SUBST([OPENCL_VERSION])
 # in the first entry.
 LIBDRM_REQUIRED=2.4.75
 LIBDRM_RADEON_REQUIRED=2.4.71
-LIBDRM_AMDGPU_REQUIRED=2.4.79
+LIBDRM_AMDGPU_REQUIRED=2.4.81
 LIBDRM_INTEL_REQUIRED=2.4.75
 LIBDRM_NVVIEUX_REQUIRED=2.4.66
 LIBDRM_NOUVEAU_REQUIRED=2.4.66




More information about the mesa-commit mailing list