Merge branch 'wip/jtojnar/meson-cleanups' into 'master'

Various meson cleanups

See merge request pwithnall/malcontent!50
This commit is contained in:
Philip Withnall 2020-04-28 13:00:25 +00:00
commit 785c5d25cc
3 changed files with 15 additions and 8 deletions

View file

@ -44,6 +44,7 @@ polkitpolicydir = polkit_gobject.get_pkgconfig_variable('policydir',
config_h = configuration_data()
config_h.set_quoted('GETTEXT_PACKAGE', 'malcontent')
config_h.set_quoted('PACKAGE_LOCALE_DIR', join_paths(get_option('prefix'), get_option('localedir')))
config_h.set_quoted('PAMLIBDIR', pamlibdir)
config_h.set_quoted('VERSION', meson.project_version())
configure_file(
output: 'config.h',