Re: [PATCH weston 3/3] Add libinput based input device backend

2014-03-12 Thread Kristian Høgsberg
On Wed, Mar 12, 2014 at 2:08 PM, Jonas Ådahl wrote: > While disable by default, passing --enable-libinput-backend to > ./configure switches the input backend in weston's drm, fbdev and rpi > compositing backends to use libinput instead of udev-seat.c, evdev.c and > friends. > > When enabled, westo

[PATCH weston 3/3] Add libinput based input device backend

2014-03-12 Thread Jonas Ådahl
While disable by default, passing --enable-libinput-backend to ./configure switches the input backend in weston's drm, fbdev and rpi compositing backends to use libinput instead of udev-seat.c, evdev.c and friends. When enabled, weston now also depends on libinput >= 0.1.0. Signed-off-by: Jonas Å