build: drop configuration from i18n merge

We don't need this in the policy file, as there are no expansions.

Fixes #4
This commit is contained in:
Christian Hergert
2018-10-09 11:55:41 -07:00
parent bd4c4e5586
commit b2bec2d572

View File

@ -100,7 +100,6 @@ if get_option('with_sysprofd') == 'bundled'
i18n.merge_file(
input: 'org.gnome.sysprof2.policy.in',
output: 'org.gnome.sysprof2.policy',
configuration: sysprofdconf,
po_dir: podir,
install: true,
install_dir: join_paths(datadir, 'polkit-1/actions'),