mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
Revert "meson: bump libdrm version required by amdgpu"
This reverts commitd364684711. The commit that bumped the autotools version was reverted, so lets revert the meson version to match. fixes:1f2640bfa9"Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx."" Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
0023b5ae67
commit
cb831d918b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.86')
|
||||
dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.85')
|
||||
endif
|
||||
if with_gallium_radeonsi or with_dri_r100 or with_dri_r200
|
||||
dep_libdrm_radeon = dependency('libdrm_radeon', version : '>= 2.4.71')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue