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