summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/polkit/polkit_0.104.bbappend4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
index 1e2cccdcf..2383c5bd0 100644
--- a/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
+++ b/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
@@ -1,6 +1,8 @@
1PRINC := "${@int(PRINC) + 3}" 1PRINC := "${@int(PRINC) + 3}"
2 2
3PACKAGECONFIG ??= "systemd" 3POLKITAUTH ??= "systemd"
4
5PACKAGECONFIG += "${POLKITAUTH}"
4PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 6PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
5# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS 7# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS
6PACKAGECONFIG[consolekit] = ",,,consolekit" 8PACKAGECONFIG[consolekit] = ",,,consolekit"