From 55764f30a66b10e917c6bf7a6d7d16db27502e41 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 6 Apr 2021 11:40:08 +1000 Subject: 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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 -- cgit v1.2.1