[Mesa-dev] [PATCH] meson: require amdgpu >= 2.4.91

Dylan Baker dylan at pnwbakers.com
Wed Mar 14 16:10:28 UTC 2018


Signed-off-by: Dylan Baker <dylan.c.baker at intel.com>

---

Marek, can you either squash this into your other patch or push this along with
that?

 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.16.2



More information about the mesa-dev mailing list