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

Author: Dylan Baker <dy...@pnwbakers.com>
Date:   Fri Oct 27 11:19:46 2017 -0700

meson: Add threads dependencies to glsl_compiler executable

Fixes compiling the optional standalone glsl compiler.

Reported-by: DrNick (on irc)
Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com>
Reviewed-and-Tested-by: Eric Engestrom <eric.engest...@imgtec.com>

---

 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 76fcafb991..aa0e7153f4 100644
--- a/src/compiler/glsl/meson.build
+++ b/src/compiler/glsl/meson.build
@@ -223,7 +223,7 @@ glsl_compiler = executable(
   'main.cpp',
   c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
   cpp_args : [cpp_vis_args, cpp_msvc_compat_args],
-  dependencies : [dep_clock],
+  dependencies : [dep_clock, dep_thread],
   include_directories : [inc_common],
   link_with : [libglsl_standalone],
   build_by_default : false,

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to