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
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
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.
>>
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/
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