summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2020-12-17 10:18:12 +1000
committerGitHub <noreply@github.com>2020-12-17 10:18:12 +1000
commit98c08dfe16a73f2fccd4c22e3e6dc9019fb90087 (patch)
tree72d9498a4af9bfd35a7ede2dea94b35477ba2401 /meson.build
parent88c7ca5040d68341236a47c2a2f341335d0f1b9e (diff)
downloadlibwacom-98c08dfe16a73f2fccd4c22e3e6dc9019fb90087.tar.gz
meson.build: fix typo causing the data file test to be installed (#319)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 6a38b36..0d4e346 100644
--- a/meson.build
+++ b/meson.build
@@ -107,7 +107,7 @@ install_subdir('data',
exclude_files: ['wacom.example',
'check-files-in-git.sh',
'check-svg-exists.sh',
- 'test-data_files.py',
+ 'test_data_files.py',
'Makefile.am',
'Makefile.in',
'layouts/Makefile.am',