From: Jason Ekstrand Date: Fri, 13 Oct 2017 04:19:32 +0000 (-0700) Subject: meson: Add inc_compiler to the libglsl includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8f42a43d08d761101dfcb07e204282464edd5fbe;p=mesa.git meson: Add inc_compiler to the libglsl includes --- 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, )