projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8773ed
)
meson: require amdgpu >= 2.4.91
author
Dylan Baker
<dylan@pnwbakers.com>
Wed, 14 Mar 2018 16:07:16 +0000
(09:07 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Thu, 15 Mar 2018 17:00:02 +0000
(10:00 -0700)
the meson equivalent of
f8773edb0a0cf5ff885cd3494717323983eedeed
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 51b470253f5d6b25fe0c2b050655a418b63df6d4..e21ac74a1e3048cf910fd3bcb88ea280cfadb578 100644
(file)
--- 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.9
0
')
+ dep_libdrm_amdgpu = dependency('libdrm_amdgpu', version : '>= 2.4.9
1
')
endif
if (with_gallium_radeonsi or with_dri_r100 or with_dri_r200 or
with_gallium_r300 or with_gallium_r600)