Module: Mesa Branch: main Commit: 101a366e5799bc3aae2194d2d9dec9e3112208a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=101a366e5799bc3aae2194d2d9dec9e3112208a3
Author: Bas Nieuwenhuizen <[email protected]> Date: Thu Dec 30 16:21:06 2021 +0100 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13974> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'
