diff options
author | Dave Airlie <[email protected]> | 2017-07-19 04:02:39 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2017-07-20 01:56:04 +0100 |
commit | 9ac1432a5714f2c946d005dcdaa90dc5f738a6d8 (patch) | |
tree | aafcd87fb09a318392e5948a14a6b9499b177af8 /configure.ac | |
parent | aee382510edafe6dda4e1890b5f0c1458fc0f6ff (diff) |
radv: port to new libdrm API.
This bumps the libdrm requirement for amdgpu to the 2.4.82.
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dave Airlie <[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 38cd1271ecf..2689fc55e85 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.81 +LIBDRM_AMDGPU_REQUIRED=2.4.82 LIBDRM_INTEL_REQUIRED=2.4.75 LIBDRM_NVVIEUX_REQUIRED=2.4.66 LIBDRM_NOUVEAU_REQUIRED=2.4.66 |