projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77554d2
)
meson: Fix with_intel_vk and with_amd_vk variables
author
Jordan Justen
<jordan.l.justen@intel.com>
Wed, 25 Apr 2018 01:12:51 +0000
(18:12 -0700)
committer
Jordan Justen
<jordan.l.justen@intel.com>
Wed, 25 Apr 2018 06:12:42 +0000
(23:12 -0700)
Fixes: 5608d0a2cee "meson: use array type options"
Cc: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 52a1075823fc76e2991ee5b2b7a5e988e00ef778..c0e5c94d794ee00d162d659c20b2b5c45a59916a 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-213,8
+213,8
@@
if _vulkan_drivers.contains('auto')
endif
endif
if _vulkan_drivers != ['']
- with_intel_vk = _drivers.contains('intel')
- with_amd_vk = _drivers.contains('amd')
+ with_intel_vk = _
vulkan_
drivers.contains('intel')
+ with_amd_vk = _
vulkan_
drivers.contains('amd')
with_any_vk = true
endif