Re: [Mesa-dev] [PATCH] meson: Add threads dependencies to glsl_compiler executable

2017-11-08 Thread Eric Engestrom
On Tuesday, 2017-11-07 16:13:44 -0800, Dylan Baker wrote:
> 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 

Reviewed-and-Tested-by: Eric Engestrom 

> > ---
> > 
> > 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
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] meson: Add threads dependencies to glsl_compiler executable

2017-11-07 Thread Dylan Baker
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 
> ---
> 
> 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


signature.asc
Description: signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] meson: Add threads dependencies to glsl_compiler executable

2017-10-27 Thread Dylan Baker
Fixes compiling the optional standalone glsl compiler.

Reported-by: DrNick (on irc)
Signed-off-by: Dylan Baker 
---

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

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