diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2017-04-10 11:49:04 +0200 |
---|---|---|
committer | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2017-04-10 23:06:17 +0200 |
commit | 0f39fb85003875378f34c347c10b9817d3662e63 (patch) | |
tree | 47db5650436c6506581efcc324308086f9548e76 /configure.ac | |
parent | def02007cde536045db0b99c60ba020d6a0c9d88 (diff) | |
download | mesa-0f39fb85003875378f34c347c10b9817d3662e63.tar.gz mesa-0f39fb85003875378f34c347c10b9817d3662e63.tar.bz2 mesa-0f39fb85003875378f34c347c10b9817d3662e63.zip |
configure.ac: require libdrm_amdgpu 2.4.79
The sensor info requires amdgpu_query_sensor_info().
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
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 7d92b33a0fa..7246c6017a2 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 |