[PATCH libinput 4/4] tools: hook libinput-debug-events into the libinput tool
Peter Hutterer
peter.hutterer at who-t.net
Wed May 17 23:24:59 UTC 2017
On Wed, May 17, 2017 at 04:35:29PM +0100, Eric Engestrom wrote:
> On Wednesday, 2017-05-17 09:02:32 +1000, Peter Hutterer wrote:
> > Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> > ---
> > 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?
ah, well spotted. squashed locally, thanks.
Cheers,
Peter
More information about the wayland-devel
mailing list