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

Re: [PATCH weston] configure.ac: make use of wayland-scanner.pc

2015-02-21 Thread Bryce Harrington
On Sat, Feb 21, 2015 at 11:04:13AM +, Emil Velikov wrote: > Hi Bryce > > On 20 February 2015 at 23:26, Bryce Harrington wrote: > > On Tue, Feb 17, 2015 at 03:13:32PM +, Emil Velikov wrote: > >> Currently we use the wayland-scanner executable as found with > >> AC_PATH_PROG, and then check

Re: [PATCH libinput 01/11] Add an API for touchpad gesture, events

2015-02-21 Thread Kyle Evans
Okay, but I am still not seeing a clear answer to "why are touch pads and touch screens different?" Perhaps the client has to do gestures, but it seems to me that the answer is going to be the same whether the controlling surface is on the screen surface or not. The fact that you can point to som

Re: [PATCH weston] configure.ac: make use of wayland-scanner.pc

2015-02-21 Thread Emil Velikov
Hi Bryce On 20 February 2015 at 23:26, Bryce Harrington wrote: > On Tue, Feb 17, 2015 at 03:13:32PM +, Emil Velikov wrote: >> Currently we use the wayland-scanner executable as found with >> AC_PATH_PROG, and then check the presence of wayland-scanner.pc >> >> Currently the latter is unused e