summaryrefslogtreecommitdiff
path: root/src/machine/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/machine/meson.build')
-rw-r--r--src/machine/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/machine/meson.build b/src/machine/meson.build
index 693503da53..12ea9c8f3c 100644
--- a/src/machine/meson.build
+++ b/src/machine/meson.build
@@ -27,11 +27,12 @@ if conf.get('ENABLE_MACHINED') == 1
install_data('org.freedesktop.machine1.service',
install_dir : dbussystemservicedir)
- custom_target(
+ i18n.merge_file(
'org.freedesktop.machine1.policy',
input : 'org.freedesktop.machine1.policy.in',
output : 'org.freedesktop.machine1.policy',
- command : intltool_command,
+ po_dir : po_dir,
+ data_dirs : po_dir,
install : install_polkit,
install_dir : polkitpolicydir)
endif