summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/polkit/polkit_0.104.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/polkit/polkit_0.104.bb')
-rw-r--r--meta/recipes-extended/polkit/polkit_0.104.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb
index 2c0aacaac3..ab2547b831 100644
--- a/meta/recipes-extended/polkit/polkit_0.104.bb
+++ b/meta/recipes-extended/polkit/polkit_0.104.bb
@@ -7,8 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
7 7
8DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub" 8DEPENDS = "expat glib-2.0 intltool-native gobject-introspection-stub"
9 9
10PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" 10PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
11 ${@base_contains('DISTRO_FEATURES','systemd','systemd','consolekit',d)}"
12
11PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam" 13PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
14PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
15# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS
16PACKAGECONFIG[consolekit] = ",,,consolekit"
12 17
13PR = "r9" 18PR = "r9"
14 19