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

2012-07-23 Thread Tapani Pälli
On 07/17/2012 09:54 PM, Sean V Kelley wrote: On Mon, Jul 9, 2012 at 11:50 AM, Chad Versace wrote: Tapani, Is this patch still applicable? It seems that the autoconf work has calmed down, and now is a good time to fix the Android build. -Chad Tapani is out. But this patch has never quite w

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

2012-07-17 Thread Sean V Kelley
On Mon, Jul 9, 2012 at 11:50 AM, Chad Versace wrote: > > Tapani, > > Is this patch still applicable? It seems that the autoconf work has calmed > down, > and now is a good time to fix the Android build. > > -Chad Tapani is out. But this patch has never quite worked for me. The build still break

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

2012-07-09 Thread Chad Versace
Tapani, Is this patch still applicable? It seems that the autoconf work has calmed down, and now is a good time to fix the Android build. -Chad On 06/07/2012 04:11 AM, Tapani Pälli wrote: > Some more of the files are now autogenerated, this caused build breakage, > patch adds generation of these

[Mesa-dev] [PATCH v2] android: fix the build

2012-06-07 Thread Tapani Pälli
Some more of the files are now autogenerated, this caused build breakage, patch adds generation of these missing files. Patch also changes existing make so that the files are created to be part of the local source (not intermediate directory, this causes several problems). Signed-off-by: Tapani Pä