projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e9ebfa
)
meson: install the libinput-debug-gui if we build it
author
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 27 Jun 2017 06:59:01 +0000
(16:59 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Tue, 27 Jun 2017 21:20:10 +0000
(07:20 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 5708eb222c6b338b64299021bce9d491abd852b4..bd9b619305ad8ecfc248cb8d6b8e1dc898cfcf77 100644
(file)
--- 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 :
fals
e
+ install :
tru
e
)
install_man('tools/libinput-debug-gui.1')
endif