From: Peter Hutterer Date: Tue, 27 Jun 2017 06:59:01 +0000 (+1000) Subject: meson: install the libinput-debug-gui if we build it X-Git-Tag: 1.8.0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24ad0082940c9a023f8f8ae66fcabbc5713f96bf;p=platform%2Fupstream%2Flibinput.git meson: install the libinput-debug-gui if we build it Signed-off-by: Peter Hutterer --- diff --git a/meson.build b/meson.build index 5708eb22..bd9b6193 100644 --- a/meson.build +++ b/meson.build @@ -414,7 +414,7 @@ if get_option('debug-gui') dependencies : deps_debug_gui, include_directories : include_directories('src'), install_dir : libinput_tool_path, - install : false + install : true ) install_man('tools/libinput-debug-gui.1') endif