Re: [Mesa-dev] [PATCH v2 15/23] configure: require python mako module

2014-12-03 Thread Samuel Iglesias Gonsálvez
On Wednesday, December 03, 2014 11:58:34 AM Emil Velikov wrote: > Hi Iago, > > Shouldn't this patch come before 13 ? Currently we impose the new > dependency and a couple of commits later we check/document it. > Oh right. We will do that change for the next version of the series. > On 01/12/14

Re: [Mesa-dev] [PATCH v2 15/23] configure: require python mako module

2014-12-03 Thread Emil Velikov
Hi Iago, Shouldn't this patch come before 13 ? Currently we impose the new dependency and a couple of commits later we check/document it. On 01/12/14 11:04, Iago Toral Quiroga wrote: > From: Samuel Iglesias Gonsalvez > > It is now a hard dependency because of the autogeneration of > format pack

[Mesa-dev] [PATCH v2 15/23] configure: require python mako module

2014-12-01 Thread Iago Toral Quiroga
From: Samuel Iglesias Gonsalvez It is now a hard dependency because of the autogeneration of format pack and unpack functions. Update the documentation to reflect this change. Signed-off-by: Samuel Iglesias Gonsalvez --- configure.ac | 2 ++ docs/install.html