summaryrefslogtreecommitdiff
path: root/src/core
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/core
parentb710072da4410641512d328f82ee35a7d5d8248a (diff)
meson: properly conditionalize polkit installation
... including pkla installation on Debian. v2: - fix polkit-gobject-1 pkgconfig name
Diffstat (limited to 'src/core')
-rw-r--r--src/core/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/meson.build b/src/core/meson.build
index bf4e2dbed9..97410a8cc4 100644
--- a/src/core/meson.build
+++ b/src/core/meson.build
@@ -203,7 +203,7 @@ custom_target(
input : policy_in,
output : 'org.freedesktop.systemd1.policy',
command : intltool_command,
- install : true,
+ install : install_polkit,
install_dir : polkitpolicydir)
# TODO: this might work with meson from git, see
@@ -214,7 +214,7 @@ custom_target(
# po_dir : po_dir,
# input : policy_in,
# output : 'org.freedesktop.systemd1.policy',
-# install : true,
+# install : install_polkit,
# install_dir : polkitpolicydir)
install_data('system.conf',