On Wednesday, 2017-05-17 09:02:32 +1000, Peter Hutterer wrote: > Signed-off-by: Peter Hutterer <[email protected]> > --- > meson.build | 7 +++-- > tools/Makefile.am | 8 ++++-- > tools/libinput-debug-events.c | 15 +++++++++-- > tools/libinput-tool.c | 8 ++++++ > tools/libinput-tool.h | 1 + > tools/libinput.1 | 60 > ++++++++++++++++++++++++++++++++++++++++++- > tools/shared.c | 36 ++++++++++++++++++-------- > tools/shared.h | 5 ++-- > 8 files changed, 121 insertions(+), 19 deletions(-) > > diff --git a/meson.build b/meson.build > index 090536b5..1606401c 100644 > --- a/meson.build > +++ b/meson.build [snip] > @@ -360,11 +362,12 @@ executable('libinput-list-devices', > libinput_list_devices_sources, > dependencies : [ dep_libinput ], > include_directories : include_directories('src'), > - c_args : [ '-DTOOLS_BUILD_STANDALONE=1' ] > + c_args : [ '-DTOOLS_BUILD_STANDALONE=1' ], > install : true, > )
This hunk is a fix for a bug introduced in patch #3; squash? _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
