Re: Experiment: compiling Wayland and Weston with Meson

2015-02-24 Thread Jussi Pakkanen
On Tue, Feb 24, 2015 at 5:19 PM, Hardening wrote: > > The presentation "Making build systems not suck" from LCA2015 is a good > > overview of Meson: https://www.youtube.com/watch?v=KPi0AuVpxLI > > > > That's about it. I hope you find it interesting, > > A big +1 for the patch on src/scanner.c tha

Re: Experiment: compiling Wayland and Weston with Meson

2015-02-24 Thread Hardening
Le 21/02/2015 22:16, Jussi Pakkanen a écrit : > Hi all > > I'm working on a new build system called Meson. As part of development I > take open source projects and rewrite their build systems to ensure it > fulfils real world requirement. This time I took Wayland and Weston. > [...] > > For mo

Experiment: compiling Wayland and Weston with Meson

2015-02-21 Thread Jussi Pakkanen
Hi all I'm working on a new build system called Meson. As part of development I take open source projects and rewrite their build systems to ensure it fulfils real world requirement. This time I took Wayland and Weston. The patches are attached to this message for anyone to try them out. They app