[libgdata: 2/5] meson: Fix gettext build
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata: 2/5] meson: Fix gettext build
- Date: Thu, 27 Jun 2019 10:35:46 +0000 (UTC)
commit af4195cda796dba6a9285e733c3e356cf6f7a21e
Author: Jan Alexander Steffens (heftig) <jan steffens gmail com>
Date: Tue Jun 25 22:31:40 2019 +0200
meson: Fix gettext build
Set the proper package name for both the code and the MO files.
meson.build | 2 +-
po/meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meson.build b/meson.build
index 7d2f5254..a11c117b 100644
--- a/meson.build
+++ b/meson.build
@@ -52,7 +52,7 @@ config_h.set_quoted('VERSION', gdata_version)
# Globally define _GNU_SOURCE and therefore enable the GNU extensions
config_h.set('_GNU_SOURCE', true)
-config_h.set_quoted('GETTEXT_PACKAGE', 'intltest')
+config_h.set_quoted('GETTEXT_PACKAGE', 'gdata')
gnome = import('gnome')
pkgconfig = import('pkgconfig')
diff --git a/po/meson.build b/po/meson.build
index c5849b6d..082eb58f 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1 +1 @@
-i18n.gettext('libgdata', preset: 'glib')
+i18n.gettext('gdata', preset: 'glib')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]