projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04e0ac5
)
meson: drop duplicate source & inc_dir
author
Eric Engestrom
<eric.engestrom@intel.com>
Sat, 29 Jun 2019 23:14:47 +0000
(
00:14
+0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Mon, 1 Jul 2019 17:53:57 +0000
(18:53 +0100)
These two are already pulled from `idep_vulkan_util_headers`.
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/vulkan/util/meson.build
patch
|
blob
|
history
diff --git
a/src/vulkan/util/meson.build
b/src/vulkan/util/meson.build
index 84a448624950581faa393fda26f05c82ffff1952..9153878eadc9b5c89258420fa33c5a83d3f130b2 100644
(file)
--- a/
src/vulkan/util/meson.build
+++ b/
src/vulkan/util/meson.build
@@
-51,8
+51,6
@@
idep_vulkan_util_headers = declare_dependency(
)
idep_vulkan_util = declare_dependency(
- sources : vk_enum_to_str[1],
link_with : libvulkan_util,
- include_directories : include_directories('.'),
dependencies : idep_vulkan_util_headers
)