summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-20 15:36:44 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 13:44:20 +0100
commit6adb5fa877a36014a05a755f1cf12d549c8f0fb3 (patch)
tree629c27f2d96635ba9bb126664314eb1f4e1357c8 /po
parent1831a7b3e49bdaf206a613d7bdf3a48288b87735 (diff)
downloadatk-6adb5fa877a36014a05a755f1cf12d549c8f0fb3.tar.gz
Add Meson build system
Meson is a meta-build system that has several advantages over Autotools: - faster - simpler to use and understand - portable to various platforms - tailored to the needs of GNOME libraries - well maintained and supported Various other libraries in the GNOME stack have already adopted Meson in parallel, or exclusively, including GTK+. https://bugzilla.gnome.org/show_bug.cgi?id=782871
Diffstat (limited to 'po')
-rw-r--r--po/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/meson.build b/po/meson.build
new file mode 100644
index 0000000..2522e9c
--- /dev/null
+++ b/po/meson.build
@@ -0,0 +1,3 @@
+i18n = import('i18n')
+
+i18n.gettext('atk', preset: 'glib')