summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Hjalmarsson <gunnarhj@ubuntu.com>2018-03-03 18:07:50 +0100
committerJeremy Bicha <jbicha@ubuntu.com>2018-03-05 13:11:59 -0500
commit529dc3605ddb29fb9c51fa701bc475502e7fda74 (patch)
tree9fa590680645e5c425d27ba06c109fc91fd20dde
parente50d397c02e985378eb844c3984657cc70ae9e82 (diff)
downloadlibgweather-529dc3605ddb29fb9c51fa701bc475502e7fda74.tar.gz
build: Fix GETTEXT_PACKAGE
https://bugzilla.gnome.org/show_bug.cgi?id=794027
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 73e79ea..7899c30 100644
--- a/meson.build
+++ b/meson.build
@@ -50,7 +50,7 @@ math_dep = c_compiler.find_library('m', required : false)
deps_libgweather = [math_dep, gtk_dep, glib_dep, libsoup_dep, libxml_dep, geocode_glib_dep]
config_h = configuration_data()
-GETTEXT_PACKAGE = 'gweather-3.0'
+GETTEXT_PACKAGE = 'libgweather-3.0'
config_h.set_quoted('GETTEXT_PACKAGE', GETTEXT_PACKAGE)
config_h.set_quoted('LOCALEDIR', join_paths(datadir, 'locale'))
config_h.set_quoted('GNOMELOCALEDIR', join_paths(datadir, 'locale'))