diff --git a/meson.build b/meson.build index 7aa9e3b..b4a6298 100644 --- a/meson.build +++ b/meson.build @@ -47,8 +47,8 @@ libglib_testing_dep = dependency( ) config_h = configuration_data() -config_h.set_quoted('GETTEXT_PACKAGE', meson.project_name()) -config_h.set_quoted('PACKAGE_LOCALE_DIR', join_paths(get_option('localedir'), meson.project_name())) +config_h.set_quoted('GETTEXT_PACKAGE', 'malcontent') +config_h.set_quoted('PACKAGE_LOCALE_DIR', join_paths(get_option('prefix'), get_option('localedir'))) configure_file( output: 'config.h', configuration: config_h,