[Mesa-dev] [PATCH] meson: radeonsi cannot be built with drm 2.4.89

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


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

Cc: 18.0 17.3 17.2 <mesa-stable at lists.freedesktop.org>
Cc: Emil Vilikov <emil.l.velikov at gmail.com>
---

Emil, I don't know what the appropriate thing to do is here, this is the meson
equivalent of Marek's first patch, but this doesn't make any sense on master.

 meson.build | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 7ecd1fd67de..cb43c82c908 100644
--- a/meson.build
+++ b/meson.build
@@ -979,7 +979,9 @@ 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.89')
+  dep_libdrm_amdgpu = dependency(
+    'libdrm_amdgpu', version : ['>= 2.4.89', '!= 2.4.90']
+  )
 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