Mesa (master): meson: require amdgpu >= 2.4.91

Dylan Baker dbaker at kemper.freedesktop.org
Thu Mar 15 17:01:37 UTC 2018


Module: Mesa
Branch: master
Commit: 9bd7a6f6f01cbde02aa0e3d8c2cfa91ecbe53797
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bd7a6f6f01cbde02aa0e3d8c2cfa91ecbe53797

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Wed Mar 14 09:07:16 2018 -0700

meson: require amdgpu >= 2.4.91

the meson equivalent of f8773edb0a0cf5ff885cd3494717323983eedeed

Reviewed-by: Marek Olšák <marek.olsak at amd.com>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 51b470253f..e21ac74a1e 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)




More information about the mesa-commit mailing list