summaryrefslogtreecommitdiff
path: root/src/hostname/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-12 19:09:26 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:28 -0400
commit3ca0cb7363bca613eaa5d206f4e13ae2927ae9a0 (patch)
tree6588ee920b46030bbbf11b2d7de2d18b5dca92c4 /src/hostname/meson.build
parentb710072da4410641512d328f82ee35a7d5d8248a (diff)
downloadsystemd-3ca0cb7363bca613eaa5d206f4e13ae2927ae9a0.tar.gz
meson: properly conditionalize polkit installation
... including pkla installation on Debian. v2: - fix polkit-gobject-1 pkgconfig name
Diffstat (limited to 'src/hostname/meson.build')
-rw-r--r--src/hostname/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostname/meson.build b/src/hostname/meson.build
index 43a035c0bf..6985a41910 100644
--- a/src/hostname/meson.build
+++ b/src/hostname/meson.build
@@ -11,6 +11,6 @@ if conf.get('ENABLE_HOSTNAMED', 0) == 1
input : 'org.freedesktop.hostname1.policy.in',
output : 'org.freedesktop.hostname1.policy',
command : intltool_command,
- install : true,
+ install : install_polkit,
install_dir : polkitpolicydir)
endif