Module: Mesa
Branch: master
Commit: 8f42a43d08d761101dfcb07e204282464edd5fbe
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f42a43d08d761101dfcb07e204282464edd5fbe

Author: Jason Ekstrand <[email protected]>
Date:   Thu Oct 12 21:19:32 2017 -0700

meson: Add inc_compiler to the libglsl includes

---

 src/compiler/glsl/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/glsl/meson.build b/src/compiler/glsl/meson.build
index f712d524a4..1d7e40b55b 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,
 )

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to