diff options
author | Emil Velikov <[email protected]> | 2017-02-14 01:09:24 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-16 15:17:52 +0000 |
commit | f3637b3a1eb233886bf3d17d85c693fd41fe4d1e (patch) | |
tree | 4d68919f58ddd5f6ad4e7071b3efc2cabe7409d1 /configure.ac | |
parent | 389478c4e904f5d2c82485e56bdcb0195f1850d0 (diff) |
configure.ac: bump LIBDRM_RADEON requirement to 2.4.71
Such that we can remove all the local fall-back definitions and use the
official UABI ones.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
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 e4a5b480b18..c850cb0e534 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ AC_SUBST([OPENCL_VERSION]) # version dependencies in non-driver-specific code should be reflected # in the first entry. LIBDRM_REQUIRED=2.4.66 -LIBDRM_RADEON_REQUIRED=2.4.56 +LIBDRM_RADEON_REQUIRED=2.4.71 LIBDRM_AMDGPU_REQUIRED=2.4.63 LIBDRM_INTEL_REQUIRED=2.4.75 LIBDRM_NVVIEUX_REQUIRED=2.4.66 |