summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2022-06-24 16:01:12 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2022-06-24 16:01:12 +0200
commit2b393e1463e4a0b8ae7f49de3c77443c6a4a3bb2 (patch)
treec235a7d30dd251c1a799258cc5cfabfba05f4823 /meson.build
parentdf829a7a3d3026268e19351125c785c640ac0418 (diff)
downloadgcr-2b393e1463e4a0b8ae7f49de3c77443c6a4a3bb2.tar.gz
meson: Add API version in GETTEXT package
That way, we don't conflict with the translations for gcr3
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 0f14a69..d50575d 100644
--- a/meson.build
+++ b/meson.build
@@ -105,7 +105,7 @@ conf = configuration_data()
conf.set_quoted('VERSION', meson.project_version())
conf.set_quoted('LIBEXECDIR', libexecbindir)
conf.set_quoted('LOCALEDIR', gcr_prefix / get_option('localedir'))
-conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
+conf.set_quoted('GETTEXT_PACKAGE', gcr_basename)
conf.set('HAVE_GETTEXT', true)
conf.set('HAVE_LOCALE_H', cc.has_header('locale.h'))
conf.set('HAVE_TIMEGM', cc.has_function('timegm'))