summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>2021-12-30 16:21:06 +0100
committerMarge Bot <emma+marge@anholt.net>2021-12-31 15:14:18 +0000
commit101a366e5799bc3aae2194d2d9dec9e3112208a3 (patch)
tree22fc43605a66a3132dcd118815551c80f59d174f /meson.build
parent1a84dd6358c71c532461bee63d325719a10b4537 (diff)
meson: Bump libdrm_amdgpu version req to 2.4.109.
For getting the fd from the device. This uses the new function introduced with libdrm 2.4.109. This has already been updated in CI and is already required for mesa common bits so requiring it for libdrm_amdgpu is no big deal. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13974>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 64d9a5cfabc..08f39306a29 100644
--- a/meson.build
+++ b/meson.build
@@ -1563,7 +1563,7 @@ dep_libdrm_radeon = null_dep
dep_libdrm_nouveau = null_dep
dep_libdrm_intel = null_dep
-_drm_amdgpu_ver = '2.4.107'
+_drm_amdgpu_ver = '2.4.109'
_drm_radeon_ver = '2.4.71'
_drm_nouveau_ver = '2.4.102'
_drm_intel_ver = '2.4.75'