mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
meson.build: build libinput replay as well
Just like the other python-based tools it's just a basename copy, so let's be consistent here and have all tools perform that way. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
627a3dd2b2
commit
9323cdfc11
2 changed files with 1 additions and 3 deletions
|
|
@ -525,6 +525,7 @@ src_python_tools = files(
|
|||
'tools/libinput-measure-touchpad-tap.py',
|
||||
'tools/libinput-measure-touchpad-pressure.py',
|
||||
'tools/libinput-measure-touch-size.py',
|
||||
'tools/libinput-replay.py'
|
||||
)
|
||||
|
||||
foreach t : src_python_tools
|
||||
|
|
@ -544,9 +545,6 @@ executable('libinput-record',
|
|||
install : true,
|
||||
)
|
||||
|
||||
install_data('tools/libinput-replay',
|
||||
install_dir : libinput_tool_path)
|
||||
|
||||
if get_option('debug-gui')
|
||||
dep_gtk = dependency('gtk+-3.0', version : '>= 3.20')
|
||||
dep_cairo = dependency('cairo')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue