From 57a224f51d6c019e4ce5d75efb22f34a8330423e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 31 Jul 2020 07:26:11 +0000 Subject: Add Meson build system See https://mesonbuild.com --- its/meson.build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 its/meson.build (limited to 'its') diff --git a/its/meson.build b/its/meson.build new file mode 100644 index 0000000..4153b1a --- /dev/null +++ b/its/meson.build @@ -0,0 +1,6 @@ +gettext_files = [ + 'fontconfig.its', + 'fontconfig.loc', +] + +install_data(gettext_files, install_dir: join_paths(get_option('datadir'), 'gettext/its')) -- cgit v1.2.1