summaryrefslogtreecommitdiff
path: root/src/machine/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-13 21:54:45 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-11-14 16:18:27 +0100
commitd79a2f5fabaf91521bdf425a7ffd1a71b6acc24d (patch)
treed6cd5fef0c5b71647f3eb7829a8070230ca2a1e9 /src/machine/meson.build
parentc81217920effddc93fb780cf8f9eb699d6fe1319 (diff)
downloadsystemd-d79a2f5fabaf91521bdf425a7ffd1a71b6acc24d.tar.gz
po: add a copy of polkit its rules
It's just a few lines, but this way we avoid a dependency on polkit, and can use meson's i18n stuff on older distros.
Diffstat (limited to 'src/machine/meson.build')
-rw-r--r--src/machine/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/meson.build b/src/machine/meson.build
index bdf64ac3d2..12ea9c8f3c 100644
--- a/src/machine/meson.build
+++ b/src/machine/meson.build
@@ -32,6 +32,7 @@ if conf.get('ENABLE_MACHINED') == 1
input : 'org.freedesktop.machine1.policy.in',
output : 'org.freedesktop.machine1.policy',
po_dir : po_dir,
+ data_dirs : po_dir,
install : install_polkit,
install_dir : polkitpolicydir)
endif