summaryrefslogtreecommitdiffstats
path: root/src/timedate
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/timedate
parenti18n: drop intltool use, use meson's merge_file directly (diff)
downloadsystemd-d79a2f5fabaf91521bdf425a7ffd1a71b6acc24d.tar.xz
systemd-d79a2f5fabaf91521bdf425a7ffd1a71b6acc24d.zip
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/timedate')
-rw-r--r--src/timedate/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timedate/meson.build b/src/timedate/meson.build
index 188cdcac7d..e5abaac05b 100644
--- a/src/timedate/meson.build
+++ b/src/timedate/meson.build
@@ -9,6 +9,7 @@ if conf.get('ENABLE_TIMEDATED') == 1
input : 'org.freedesktop.timedate1.policy.in',
output : 'org.freedesktop.timedate1.policy',
po_dir : po_dir,
+ data_dirs : po_dir,
install : install_polkit,
install_dir : polkitpolicydir)
endif