meson: install the libinput-debug-gui if we build it

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-06-27 16:59:01 +10:00
parent 1e9ebfa300
commit 24ad008294

View file

@ -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