aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/polkit/polkit_0.104.bbappend
blob: 2383c5bd0cb2acd4d32f0bba29f5690f5580bceb (plain)
1
2
3
4
5
6
7
8
PRINC := "${@int(PRINC) + 3}"

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"