From 9bd7a6f6f01cbde02aa0e3d8c2cfa91ecbe53797 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 14 Mar 2018 09:07:16 -0700 Subject: [PATCH] meson: require amdgpu >= 2.4.91 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit the meson equivalent of f8773edb0a0cf5ff885cd3494717323983eedeed Reviewed-by: Marek Olšák --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 51b470253f5..e21ac74a1e3 100644 --- a/meson.build +++ b/meson.build @@ -1036,7 +1036,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.90') + dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.91') endif if (with_gallium_radeonsi or with_dri_r100 or with_dri_r200 or with_gallium_r300 or with_gallium_r600) -- 2.30.2