Re: [Mesa-dev] [PATCH] android: drop build of standalone glsl_compiler

2016-05-25 Thread Emil Velikov
On 25 May 2016 at 15:01, Rob Clark wrote: > From: Rob Clark > > It's only a tool for debugging the glsl compiler, and should not be > installed. > > Signed-off-by: Rob Clark > --- > Untested, but should be correct.. > Yes it is. Acked-by: Emil Velikov -Emil ___

Re: [Mesa-dev] [PATCH] android: drop build of standalone glsl_compiler

2016-05-25 Thread Rob Herring
On Wed, May 25, 2016 at 9:01 AM, Rob Clark wrote: > From: Rob Clark > > It's only a tool for debugging the glsl compiler, and should not be > installed. > > Signed-off-by: Rob Clark > --- > Untested, but should be correct.. Thanks. I've tested the same change. Tested-by: Rob Herring _

[Mesa-dev] [PATCH] android: drop build of standalone glsl_compiler

2016-05-25 Thread Rob Clark
From: Rob Clark It's only a tool for debugging the glsl compiler, and should not be installed. Signed-off-by: Rob Clark --- Untested, but should be correct.. src/compiler/Android.glsl.mk | 22 -- 1 file changed, 22 deletions(-) diff --git a/src/compiler/Android.glsl.mk b/