blob: 86c09c9f84e5b63a3b05dbf50af3106e36a93c7f [file] [log] [blame]
Andrew Geisslerc5535c92023-01-27 16:10:19 -06001--- a/src/meson.build 2023-01-24 09:22:59.874074134 +0100
2+++ b/src/meson.build 2023-01-24 09:27:00.494627305 +0100
3@@ -73,12 +73,12 @@
4
5
6 # Translate and install policy file
7-i18n.merge_file (
8- input: 'org.opensuse.cupspkhelper.mechanism.policy.in',
9- output: 'org.opensuse.cupspkhelper.mechanism.policy',
10- type: 'xml',
11- data_dirs: join_paths (meson.source_root (), 'src'),
12- po_dir: join_paths (meson.source_root (), 'po'),
13- install: true,
14- install_dir: join_paths (prefix, datadir, 'polkit-1', 'actions')
15-)
16+#i18n.merge_file (
17+# input: 'org.opensuse.cupspkhelper.mechanism.policy.in',
18+# output: 'org.opensuse.cupspkhelper.mechanism.policy',
19+# type: 'xml',
20+# data_dirs: join_paths (meson.source_root (), 'src'),
21+# po_dir: join_paths (meson.source_root (), 'po'),
22+# install: true,
23+# install_dir: join_paths (prefix, datadir, 'polkit-1', 'actions')
24+#)