Quoting Dylan Baker (2017-10-27 11:22:09)
> Fixes compiling the optional standalone glsl compiler.
> 
> Reported-by: DrNick (on irc)
> Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com>
> ---
> 
> This is not compiled by default, but can be built by:
> meson build
> ninja -C build src/compiler/glsl/glsl_compiler
> 
>  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 76fcafb9910..aa0e7153f42 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,
> -- 
> 2.14.2
> 

ping

Attachment: signature.asc
Description: signature

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

Reply via email to