polkit: meta-systemd rework

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller 2012-06-10 21:46:37 +00:00 committed by Koen Kooi
parent c2597edb99
commit fb56d13c70
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PRINC := "${@int(PRINC) + 3}"
PRINC := "${@int(PRINC) + 4}"
POLKITAUTH ??= "systemd"
POLKITAUTH ??= "consolekit"
PACKAGECONFIG += "${POLKITAUTH}"
PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"

View File

@ -0,0 +1,3 @@
PRINC := "${@int(PRINC) + 1}"
POLKITAUTH = "systemd"