Signed-off-by: Dylan Baker <[email protected]>
Cc: 18.0 17.3 17.2 <[email protected]>
Cc: Emil Vilikov <[email protected]>
---
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
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev