summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-02-23 13:30:13 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-02-23 13:30:42 +1000
commit9323cdfc11629bdb9a990a82bc8302bb562ce982 (patch)
tree588079f02ee781363f7433485776cbe84c00f478
parent627a3dd2b2475c056c845b71525ba5369cf01c95 (diff)
downloadlibinput-9323cdfc11629bdb9a990a82bc8302bb562ce982.tar.gz
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>
-rw-r--r--meson.build4
-rwxr-xr-xtools/libinput-replay.py (renamed from tools/libinput-replay)0
2 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build
index 7c186060..f9d8ccac 100644
--- a/meson.build
+++ b/meson.build
@@ -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')
diff --git a/tools/libinput-replay b/tools/libinput-replay.py
index 527b9d05..527b9d05 100755
--- a/tools/libinput-replay
+++ b/tools/libinput-replay.py