projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
326be17
)
meson: drop duplicate inc_nir from libglsl
author
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 24 Sep 2019 23:43:13 +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/glsl/meson.build
patch
|
blob
|
history
diff --git
a/src/compiler/glsl/meson.build
b/src/compiler/glsl/meson.build
index 3f5f2463e470ed89b17a2c1405d7e0a68bd66333..f43c5eb499523542e1bc6c35598a13c9aa6388b8 100644
(file)
--- a/
src/compiler/glsl/meson.build
+++ b/
src/compiler/glsl/meson.build
@@
-229,7
+229,7
@@
libglsl = static_library(
c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
cpp_args : [cpp_vis_args, cpp_msvc_compat_args],
link_with : libglcpp,
- include_directories : [inc_common, inc_compiler
, inc_nir
],
+ include_directories : [inc_common, inc_compiler],
dependencies : idep_nir,
build_by_default : false,
)