diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-12 19:09:26 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-23 21:47:28 -0400 |
commit | 3ca0cb7363bca613eaa5d206f4e13ae2927ae9a0 (patch) | |
tree | 6588ee920b46030bbbf11b2d7de2d18b5dca92c4 /src/import/meson.build | |
parent | b710072da4410641512d328f82ee35a7d5d8248a (diff) | |
download | systemd-3ca0cb7363bca613eaa5d206f4e13ae2927ae9a0.tar.gz |
meson: properly conditionalize polkit installation
... including pkla installation on Debian.
v2:
- fix polkit-gobject-1 pkgconfig name
Diffstat (limited to 'src/import/meson.build')
-rw-r--r-- | src/import/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/meson.build b/src/import/meson.build index 173d6d6f3f..66f43dd714 100644 --- a/src/import/meson.build +++ b/src/import/meson.build @@ -61,7 +61,7 @@ if conf.get('ENABLE_IMPORTD', 0) == 1 input : 'org.freedesktop.import1.policy.in', output : 'org.freedesktop.import1.policy', command : intltool_command, - install : true, + install : install_polkit, install_dir : polkitpolicydir) install_data('import-pubring.gpg', |