mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
meson: require amdgpu >= 2.4.91
the meson equivalent of f8773edb0a
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
f8773edb0a
commit
9bd7a6f6f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1036,7 +1036,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.90')
|
||||
dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.91')
|
||||
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