[PATCH libinput 08/11] tools: split the install_man() up for better grouping of tools
Peter Hutterer
peter.hutterer at who-t.net
Sun May 28 22:48:01 UTC 2017
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
meson.build | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/meson.build b/meson.build
index a3161b82..a5cb7f6d 100644
--- a/meson.build
+++ b/meson.build
@@ -361,6 +361,7 @@ executable('libinput-debug-events',
install_dir : libinput_tool_path,
install : true
)
+install_man('tools/libinput-debug-events.1')
libinput_list_devices_sources = [ 'tools/libinput-list-devices.c' ]
executable('libinput-list-devices',
@@ -370,6 +371,7 @@ executable('libinput-list-devices',
install_dir : libinput_tool_path,
install : true,
)
+install_man('tools/libinput-list-devices.1')
if get_option('debug-gui')
dep_gtk = dependency('gtk+-3.0')
@@ -392,9 +394,6 @@ if get_option('debug-gui')
install_man('tools/libinput-debug-gui.1')
endif
-install_man('tools/libinput-list-devices.1',
- 'tools/libinput-debug-events.1')
-
libinput_sources = [ 'tools/libinput-tool.c' ]
executable('libinput',
--
2.13.0
More information about the wayland-devel
mailing list