Module: Mesa Branch: master Commit: 8792a9e01b6e41584223c1898644f7d25e2cab2d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8792a9e01b6e41584223c1898644f7d25e2cab2d
Author: Dylan Baker <[email protected]> Date: Fri Oct 20 16:28:32 2017 -0700 meson: bump libdrm_amdgpu requirement to 2.4.85 fixes: b60372570323243ec73 ("configure.ac: Bump libdrm_amdgpu version to 2.4.85.") Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 82c4d2ed12..6b11a5d310 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') _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
