Re: [PATCH wayland-protocols 3/3] Remove autotools build system

2017-12-05 Thread Emil Velikov
On 11 October 2017 at 10:22, Jonas Ådahl wrote: >> >> Besides, wayland-protocol doesn't compile/link anything at all, I'm not >> sure what meson buys us here (other than being trendy). > > It does now, as part of the test suite. FWIW, I first opened Makefile.am > and started typing when trying to

Re: [PATCH wayland-protocols 3/3] Remove autotools build system

2017-10-11 Thread Jonas Ådahl
On Wed, Oct 11, 2017 at 11:13:02AM +0200, Olivier Fourdan wrote: > Hi, > > On 11 October 2017 at 11:00, Jonas Ådahl wrote: > > > It has been replaced by meson. > > --- > > .gitignore | 16 > > Makefile.am | 43 --- > > configure.ac | 4

Re: [PATCH wayland-protocols 3/3] Remove autotools build system

2017-10-11 Thread Olivier Fourdan
Hi, On 11 October 2017 at 11:00, Jonas Ådahl wrote: > It has been replaced by meson. > --- > .gitignore | 16 > Makefile.am | 43 --- > configure.ac | 45 - > m4/compat.m4 | 12 >

[PATCH wayland-protocols 3/3] Remove autotools build system

2017-10-11 Thread Jonas Ådahl
It has been replaced by meson. --- .gitignore | 16 Makefile.am | 43 --- configure.ac | 45 - m4/compat.m4 | 12 4 files changed, 116 deletions(-) delete mode 100644 Makefile.am