Module: Mesa Branch: master Commit: 0f39fb85003875378f34c347c10b9817d3662e63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f39fb85003875378f34c347c10b9817d3662e63
Author: Samuel Pitoiset <[email protected]> Date: Mon Apr 10 11:49:04 2017 +0200 configure.ac: require libdrm_amdgpu 2.4.79 The sensor info requires amdgpu_query_sensor_info(). Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Marek Olšák <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7d92b33a0f..7246c6017a 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.77 +LIBDRM_AMDGPU_REQUIRED=2.4.79 LIBDRM_INTEL_REQUIRED=2.4.75 LIBDRM_NVVIEUX_REQUIRED=2.4.66 LIBDRM_NOUVEAU_REQUIRED=2.4.66 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
