Re: [Mesa-dev] [PATCH] build/glsl: fix android build v2

2012-08-23 Thread Matt Turner
On Fri, Aug 17, 2012 at 12:32 AM, Tapani Pälli wrote: > Commit 77a3efc6b907943903190b385fdf107c4acfcdca broke android build that > sets its own value for GLSL_SRCDIR before including Makefile.sources. > Patch moves overriding the value after include, this works as GLSL_SRCDIR > variable gets expan

[Mesa-dev] [PATCH] build/glsl: fix android build v2

2012-08-17 Thread Tapani Pälli
Commit 77a3efc6b907943903190b385fdf107c4acfcdca broke android build that sets its own value for GLSL_SRCDIR before including Makefile.sources. Patch moves overriding the value after include, this works as GLSL_SRCDIR variable gets expanded only later. Signed-off-by: Tapani Pälli --- src/glsl/And

Re: [Mesa-dev] [PATCH] build/glsl: fix android build

2012-08-16 Thread Tapani Pälli
On 08/17/2012 01:05 AM, Matt Turner wrote: > On Thu, Aug 16, 2012 at 2:13 AM, Tapani Pälli wrote: >> Commit 77a3efc6b907943903190b385fdf107c4acfcdca broke android >> build that sets its own value for GLSL_SRCDIR. Patch sets the value >> in Makefile.sources only if it is not defined previously. >>

Re: [Mesa-dev] [PATCH] build/glsl: fix android build

2012-08-16 Thread Matt Turner
On Thu, Aug 16, 2012 at 2:13 AM, Tapani Pälli wrote: > Commit 77a3efc6b907943903190b385fdf107c4acfcdca broke android > build that sets its own value for GLSL_SRCDIR. Patch sets the value > in Makefile.sources only if it is not defined previously. > > Signed-off-by: Tapani Pälli > --- > src/glsl/

[Mesa-dev] [PATCH] build/glsl: fix android build

2012-08-16 Thread Tapani Pälli
Commit 77a3efc6b907943903190b385fdf107c4acfcdca broke android build that sets its own value for GLSL_SRCDIR. Patch sets the value in Makefile.sources only if it is not defined previously. Signed-off-by: Tapani Pälli --- src/glsl/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion