summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2019-06-25 22:31:40 +0200
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2019-06-25 22:31:40 +0200
commitaf4195cda796dba6a9285e733c3e356cf6f7a21e (patch)
tree1893997f19660db141eb0488447a06403afb0c95 /meson.build
parent24aae504e2833e46f3808f38cea60c5e3178e175 (diff)
downloadlibgdata-af4195cda796dba6a9285e733c3e356cf6f7a21e.tar.gz
meson: Fix gettext build
Set the proper package name for both the code and the MO files.
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 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')