meson.build: fix name of the measure touchpad-tap script
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 31 Jul 2018 03:00:38 +0000 (13:00 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 31 Jul 2018 03:00:38 +0000 (13:00 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build

index 74b8854..6f04e4d 100644 (file)
@@ -490,7 +490,7 @@ configure_file(input : 'tools/libinput-measure-fuzz.man',
               )
 
 configure_file(input: 'tools/libinput-measure-touchpad-tap.py',
-              output: 'libinput-measure-touchpad_tap',
+              output: 'libinput-measure-touchpad-tap',
               configuration : config_noop,
               install : true,
               install_dir : libinput_tool_path