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:
Peter Hutterer 2021-02-23 13:30:13 +10:00
parent 627a3dd2b2
commit 9323cdfc11
2 changed files with 1 additions and 3 deletions

View file

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