[libgweather] build: Fix GETTEXT_PACKAGE
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgweather] build: Fix GETTEXT_PACKAGE
- Date: Mon, 5 Mar 2018 18:12:46 +0000 (UTC)
commit 529dc3605ddb29fb9c51fa701bc475502e7fda74
Author: Gunnar Hjalmarsson <gunnarhj ubuntu com>
Date: Sat Mar 3 18:07:50 2018 +0100
build: Fix GETTEXT_PACKAGE
https://bugzilla.gnome.org/show_bug.cgi?id=794027
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]