Skip to content

Commit

Permalink
Merge branch 'main' into danirabbit/page-status
Browse files Browse the repository at this point in the history
  • Loading branch information
zeebok authored May 19, 2024
2 parents a40373b + 16ea3e8 commit 81f2fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ add_project_arguments(

config_data = configuration_data()
config_data.set_quoted('LOCALEDIR', join_paths(get_option('prefix'), get_option('localedir')))
config_data.set_quoted('GETTEXT_PACKAGE', meson.project_name() + '-plug')
config_data.set_quoted('GETTEXT_PACKAGE', gettext_name)
config_file = configure_file(
input: 'src/Config.vala.in',
output: '@BASENAME@',
Expand Down

0 comments on commit 81f2fa8

Please sign in to comment.