mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
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:
parent
f2480c9f16
commit
795a3e10be
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue