diff options
-rw-r--r-- | meta-oe/recipes-extended/polkit/polkit_0.104.bbappend | 4 |
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 @@ | |||
1 | PRINC := "${@int(PRINC) + 3}" | 1 | PRINC := "${@int(PRINC) + 3}" |
2 | 2 | ||
3 | PACKAGECONFIG ??= "systemd" | 3 | POLKITAUTH ??= "systemd" |
4 | |||
5 | PACKAGECONFIG += "${POLKITAUTH}" | ||
4 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 6 | PACKAGECONFIG[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 |
6 | PACKAGECONFIG[consolekit] = ",,,consolekit" | 8 | PACKAGECONFIG[consolekit] = ",,,consolekit" |