We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 072a15f commit 16ea3e8Copy full SHA for 16ea3e8
1 file changed
meson.build
@@ -24,7 +24,7 @@ add_project_arguments(
24
25
config_data = configuration_data()
26
config_data.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
27
-config_data.set_quoted('GETTEXT_PACKAGE', meson.project_name() + '-plug')
+config_data.set_quoted('GETTEXT_PACKAGE', gettext_name)
28
config_file = configure_file(
29
input: 'src/Config.vala.in',
30
output: '@BASENAME@',
0 commit comments