meson: radeonsi cannot be built with drm 2.4.90

Cc: 18.0 17.3 17.2 <mesa-stable@lists.freedesktop.org>
Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
[Emil Velikov: use correct version in commit message]
Signed-off-by: Emil Vilikov <emil.velikov@collabora.com>
This commit is contained in:
Dylan Baker 2018-03-14 09:16:28 -07:00 committed by Emil Velikov
parent f2480c9f16
commit 795a3e10be

View file

@ -959,7 +959,9 @@ 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.89')
dep_libdrm_amdgpu = dependency(
'libdrm_amdgpu', version : ['>= 2.4.89', '!= 2.4.90']
)
endif
if (with_gallium_radeonsi or with_dri_r100 or with_dri_r200 or
with_gallium_r300 or with_gallium_r600)