Re: [PATCH rendercheck v3 1/4] Add a meson build system.

2017-03-30 Thread Peter Hutterer
On Wed, Mar 29, 2017 at 01:19:32PM -0700, Eric Anholt wrote: > Meson allows the configure step to be run faster (.3 seconds compared to > autogen.sh's 3.9 seconds on my system) and a full rebuild (touch > rendercheck.h; make) to run faster (.05s instead of .07s). > > Rendercheck is pretty much

[PATCH rendercheck v3 1/4] Add a meson build system.

2017-03-29 Thread Eric Anholt
Meson allows the configure step to be run faster (.3 seconds compared to autogen.sh's 3.9 seconds on my system) and a full rebuild (touch rendercheck.h; make) to run faster (.05s instead of .07s). Rendercheck is pretty much the best case scenario for autotools, with limited configure-time