projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e03717e
)
meson: Add inc_compiler to the libglsl includes
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 13 Oct 2017 04:19:32 +0000
(21:19 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 13 Oct 2017 04:47:06 +0000
(21:47 -0700)
src/compiler/glsl/meson.build
patch
|
blob
|
history
diff --git
a/src/compiler/glsl/meson.build
b/src/compiler/glsl/meson.build
index f712d524a4046e4a4c8048a530d4d026388989bf..1d7e40b55be7cf6843f75413657f95ddff73034d 100644
(file)
--- a/
src/compiler/glsl/meson.build
+++ b/
src/compiler/glsl/meson.build
@@
-204,7
+204,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 : [libnir, libglcpp],
- include_directories : [inc_common, inc_nir],
+ include_directories : [inc_common, inc_
compiler, inc_
nir],
dependencies : [dep_valgrind],
build_by_default : false,
)