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

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

[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