From: Eric Engestrom Date: Tue, 31 Oct 2017 16:25:52 +0000 (+0000) Subject: meson: bump libdrm version required by amdgpu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d364684711a5894fd3221191811d56713d6abdee;p=mesa.git meson: bump libdrm version required by amdgpu Fixes: f03b7c9ad92c1656a221 "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx." Cc: Andrey Grodzovsky Signed-off-by: Eric Engestrom Reviewed-by: Dylan Baker --- diff --git a/meson.build b/meson.build index d22d49535af..6ad8c8bbf4b 100644 --- a/meson.build +++ b/meson.build @@ -638,7 +638,7 @@ dep_libdrm_nouveau = [] dep_libdrm_etnaviv = [] dep_libdrm_freedreno = [] if with_amd_vk or with_gallium_radeonsi - dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.85') + dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.86') endif if with_gallium_radeonsi or with_dri_r100 or with_dri_r200 dep_libdrm_radeon = dependency('libdrm_radeon', version : '>= 2.4.71')