From b2bec2d5720cb6c2e4f66d0e41cead9dc746e9b5 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 9 Oct 2018 11:55:41 -0700 Subject: [PATCH] build: drop configuration from i18n merge We don't need this in the policy file, as there are no expansions. Fixes #4 --- data/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 2270e23a..563dc201 100644 --- a/data/meson.build +++ b/data/meson.build @@ -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'),