summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-05-22 21:18:30 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2017-05-22 21:18:30 +0100
commit047aae7906b92cf764ab5bed79e693761e708c5e (patch)
tree4860a0370dcc62aa2e7fbbb3027d869c1b3e206b
parentb54a6abd89710fb0956ca0b121b7358d777d3358 (diff)
downloadatk-047aae7906b92cf764ab5bed79e693761e708c5e.tar.gz
meson: Use the appropriate GETTEXT_PACKAGE
The GETTEXT_PACKAGE for ATK is `atk10`.
-rw-r--r--meson.build2
-rw-r--r--po/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index af9b3dd..96add5a 100644
--- a/meson.build
+++ b/meson.build
@@ -32,7 +32,7 @@ atk_libexecdir = join_paths(atk_prefix, get_option('libexecdir'))
atk_conf = configuration_data()
atk_conf.set_quoted('VERSION', meson.project_version())
-atk_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+atk_conf.set_quoted('GETTEXT_PACKAGE', 'atk10')
# Maintain version scheme with libtool
atk_soversion = 0
diff --git a/po/meson.build b/po/meson.build
index 2522e9c..f76e347 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1,3 +1,3 @@
i18n = import('i18n')
-i18n.gettext('atk', preset: 'glib')
+i18n.gettext('atk10', preset: 'glib')