summaryrefslogtreecommitdiffstats
path: root/src/compiler
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-10-12 21:19:32 -0700
committerJason Ekstrand <[email protected]>2017-10-12 21:47:06 -0700
commit8f42a43d08d761101dfcb07e204282464edd5fbe (patch)
tree183b713d46894358feb43114055cae1f68d17ed2 /src/compiler
parente03717efbd9493f91624bca86d730ef9abfdb324 (diff)
meson: Add inc_compiler to the libglsl includes
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/glsl/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build
index f712d524a40..1d7e40b55be 100644
--- 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,
)