diff options
Diffstat (limited to 'po-locations/meson.build')
-rw-r--r-- | po-locations/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/po-locations/meson.build b/po-locations/meson.build index 7aa587d..ed14742 100644 --- a/po-locations/meson.build +++ b/po-locations/meson.build @@ -1,5 +1,4 @@ # XXX: This should be a files() object in data/ but i18n.gettext() does not # like that with Meson 0.43 locations_its = join_paths(meson.current_source_dir(), '../data/locations.its') -i18n.gettext('libgweather-locations', - args: ['--its', locations_its]) +i18n.gettext(LOCATIONS_GETTEXT_PACKAGE, args: ['--its', locations_its]) |