fixes: b60372570323243ec73 ("configure.ac: Bump libdrm_amdgpu version to
2.4.85.")
cc: Bas Nieuwenhuizen <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index 82c4d2ed12c..6b11a5d3103 100644
--- a/meson.build
+++ b/meson.build
@@ -565,7 +565,7 @@ dep_libdrm_amdgpu = []
dep_libdrm_radeon = []
dep_libdrm_nouveau = []
if with_amd_vk or with_gallium_radeonsi
- dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.84')
+ dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.85')
endif
if with_gallium_radeonsi # older radeon too
dep_libdrm_radeon = dependency('libdrm_radeon', version : '>= 2.4.71')
--
2.14.2
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev