Re: [PATCH weston] libinput: Add tap configuration to weston.ini

2014-08-15 Thread Pekka Paalanen
On Tue, 22 Jul 2014 22:49:41 +0200 Jonas Ådahl wrote: > Enable by adding the following to your weston.ini: > > [libinput] > enable_tap=true > > This also makes weston require libinput >= 0.5.0. > > Signed-off-by: Jonas Ådahl Pushed, but could you follow up with a patch to update weston.ini m

[PATCH weston] libinput: Add tap configuration to weston.ini

2014-07-22 Thread Jonas Ådahl
Enable by adding the following to your weston.ini: [libinput] enable_tap=true This also makes weston require libinput >= 0.5.0. Signed-off-by: Jonas Ådahl --- configure.ac | 2 +- src/libinput-device.c | 25 + weston.ini.in | 3 +++ 3 files changed, 2