[PATCH libinput] tools: add the libinput version to the man pages

2017-06-28 Thread Peter Hutterer
Signed-off-by: Peter Hutterer --- configure.ac | 1 + meson.build| 45 +++--- tools/Makefile.am | 7 ...ut-debug-events.1 => libinput-debug-events.man} | 2 +- ..

[PATCH weston] input: Remove --disable-xkbcommon

2017-06-28 Thread Derek Foreman
It looks like there are some code paths where this has been forgotten, so it likely doesn't work as is. It's probable that nobody has actually used this in a very long time, so it's not worth the maintenance burden of keeping xkbcommon vs raw keyboard code anymore. Signed-off-by: Derek Foreman -