[sysprof] build: drop configuration from i18n merge



commit b2bec2d5720cb6c2e4f66d0e41cead9dc746e9b5
Author: Christian Hergert <chergert redhat com>
Date:   Tue Oct 9 11:55:41 2018 -0700

    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 2270e23..563dc20 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'),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]