summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-04-06 11:40:08 +1000
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2021-04-12 16:36:06 +0000
commit55764f30a66b10e917c6bf7a6d7d16db27502e41 (patch)
tree6ac0a3814a82a01f75293160e7feaf181b4d3c22 /meson.build
parentd04df117004581ec1431a2bc4147b7c2586d002d (diff)
downloadxkeyboard-config-55764f30a66b10e917c6bf7a6d7d16db27502e41.tar.gz
Move the evdev.in and inet.in template file to the gitlab-ci directory
These don't need to sit in the main source tree where we need exceptions for them in the build system. They are only called from special jobs in the CI pipelines, so let's move this to the CI directory. 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 bd84e90..2a63f85 100644
--- a/meson.build
+++ b/meson.build
@@ -28,7 +28,7 @@ pkgconfig.generate(
# KcGST only need to be installed as-is
foreach dir: ['compat', 'geometry', 'keycodes', 'symbols', 'types']
install_subdir(dir,
- exclude_files: ['Makefile.am', 'evdev.in', 'inet.in'],
+ exclude_files: ['Makefile.am'],
install_dir: dir_xkb_base)
endforeach