mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50:05 +01:00
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:
parent
1e9ebfa300
commit
24ad008294
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue