Re: [PATCH weston] Require libinput 0.4.0

2014-06-25 Thread Jonas Ådahl
On Wed, Jun 25, 2014 at 09:42:28AM -0700, Andrea Giammarchi wrote: > Not sure this is the right place for this question but weston does not > build when libinput 0.4 is used: > > ./autogen.sh --prefix=$WLD \ > --disable-rpi-compositor \ > --enable-libinput-backend \ > --enable-eg

Re: [PATCH weston] Require libinput 0.4.0

2014-06-25 Thread Andrea Giammarchi
Not sure this is the right place for this question but weston does not build when libinput 0.4 is used: ./autogen.sh --prefix=$WLD \ --disable-rpi-compositor \ --enable-libinput-backend \ --enable-egl --with-cairo-glesv2 --enable-wayland-compositor \ --disable-x11-composito

Re: [PATCH weston] Require libinput 0.4.0

2014-06-24 Thread Jonas Ådahl
On Wed, Jun 25, 2014 at 02:07:36PM +1000, Peter Hutterer wrote: > No functional changes, just adjusting for API changes in libinput: > - libinput_destroy() replaced by libinput_unref() > - log functions now take a libinput context, userdata is gone > - udev seat creation is now libinput_udev_create

[PATCH weston] Require libinput 0.4.0

2014-06-24 Thread Peter Hutterer
No functional changes, just adjusting for API changes in libinput: - libinput_destroy() replaced by libinput_unref() - log functions now take a libinput context, userdata is gone - udev seat creation is now libinput_udev_create_context() and libinput_udev_assign_seat() Signed-off-by: Peter Hutte