Merge branch 'wip/jtojnar/meson-cleanups' into 'master'
Various meson cleanups See merge request pwithnall/malcontent!50
This commit is contained in:
commit
785c5d25cc
3 changed files with 15 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue