polkit: explicitly disable systemd if we're using consolekit

(From OE-Core rev: 3a92104e1f7061296c293ac261e336e17934f8c7)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-03-07 15:16:50 +00:00 committed by Richard Purdie
parent 423d68e615
commit 7a80810b4b
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
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"
# There is no --enable/--disable option for consolekit, so disable systemd to
# force it. ConsoleKit is accessed via DBus, so add it to RDEPENDS.
PACKAGECONFIG[consolekit] = "--disable-systemd,,,consolekit"
PR = "r9"