[PATCH libinput 4/4] tools: hook libinput-debug-events into the libinput tool

Eric Engestrom eric.engestrom at imgtec.com
Wed May 17 15:35:29 UTC 2017


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?


More information about the wayland-devel mailing list