polkit 0.104 bbappend: append to PACkAGECONFIG instead of overwriting it

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2012-03-04 14:31:02 +01:00
parent 5c2d9841cd
commit 81dc4e7028
@@ -1,6 +1,8 @@
PRINC := "${@int(PRINC) + 3}"
PACKAGECONFIG ??= "systemd"
POLKITAUTH ??= "systemd"
PACKAGECONFIG += "${POLKITAUTH}"
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
# there is no --enable/--disable option for consolekit and it's not picked by shlibs, so add it to RDEPENDS
PACKAGECONFIG[consolekit] = ",,,consolekit"