Re: [Mesa-dev] [PATCH v3 13/24] configure: require python mako module

2014-12-15 Thread Samuel Iglesias Gonsálvez
On Friday, December 12, 2014 08:59:26 AM Matt Turner wrote: > On Tue, Dec 9, 2014 at 4:06 AM, Iago Toral Quiroga wrote: > > diff --git a/m4/ax_check_python_mako_module.m4 > > b/m4/ax_check_python_mako_module.m4 new file mode 100644 > > index 000..f289f26 > > --- /dev/null > > +++ b/m4/ax_chec

Re: [Mesa-dev] [PATCH v3 13/24] configure: require python mako module

2014-12-12 Thread Matt Turner
On Tue, Dec 9, 2014 at 4:06 AM, Iago Toral Quiroga wrote: > diff --git a/m4/ax_check_python_mako_module.m4 > b/m4/ax_check_python_mako_module.m4 > new file mode 100644 > index 000..f289f26 > --- /dev/null > +++ b/m4/ax_check_python_mako_module.m4 > @@ -0,0 +1,77 @@ > +# ==

Re: [Mesa-dev] [PATCH v3 13/24] configure: require python mako module

2014-12-11 Thread Samuel Iglesias Gonsálvez
On Thursday, December 11, 2014 02:35:00 PM Ilia Mirkin wrote: > On Tue, Dec 9, 2014 at 7:06 AM, Iago Toral Quiroga wrote: > > From: Samuel Iglesias Gonsalvez > > > > It is now a hard dependency because of the autogeneration of > > format pack and unpack functions. > > > > Update the documentat

Re: [Mesa-dev] [PATCH v3 13/24] configure: require python mako module

2014-12-11 Thread Samuel Iglesias Gonsálvez
On Thursday, December 11, 2014 11:28:04 AM Jason Ekstrand wrote: > On Tue, Dec 9, 2014 at 4:06 AM, Iago Toral Quiroga > > wrote: > > From: Samuel Iglesias Gonsalvez > > > > It is now a hard dependency because of the autogeneration of > > format pack and unpack functions. > > > > Update the doc

Re: [Mesa-dev] [PATCH v3 13/24] configure: require python mako module

2014-12-11 Thread Ilia Mirkin
On Tue, Dec 9, 2014 at 7:06 AM, Iago Toral Quiroga wrote: > 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. > > v2: > - Inline python script in m4 file and use

Re: [Mesa-dev] [PATCH v3 13/24] configure: require python mako module

2014-12-11 Thread Jason Ekstrand
On Tue, Dec 9, 2014 at 4:06 AM, Iago Toral Quiroga wrote: > 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. > > v2: > - Inline python script in m4 file and us

[Mesa-dev] [PATCH v3 13/24] configure: require python mako module

2014-12-09 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. v2: - Inline python script in m4 file and use PYTHON2 Signed-off-by: Samuel Iglesias Gonsalvez --- configure.ac