projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5808e6
)
meson: drop duplicate inc_nir from spirv2nir
author
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 24 Sep 2019 23:43:29 +0000
(
00:43
+0100)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Mon, 7 Oct 2019 20:49:40 +0000
(21:49 +0100)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/compiler/meson.build
patch
|
blob
|
history
diff --git
a/src/compiler/meson.build
b/src/compiler/meson.build
index d4a40846fc7046626767675e72be91ce794b414d..92b42bc74c3b6fb73558ae3ca007f71d90ad7695 100644
(file)
--- a/
src/compiler/meson.build
+++ b/
src/compiler/meson.build
@@
-62,7
+62,7
@@
spirv2nir = executable(
'spirv2nir',
files('spirv/spirv2nir.c'),
dependencies : [dep_m, idep_nir, idep_mesautil],
- include_directories : [inc_common, inc
_nir, inc
lude_directories('spirv')],
+ include_directories : [inc_common, include_directories('spirv')],
c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
build_by_default : with_tools.contains('nir'),
install : with_tools.contains('nir'),