mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
consolekit: depend on libx11
* Fixes the following error at configure time: |checking for TOOLS... no |configure: error: Package requirements (x11 >= 1.0.0 | glib-2.0 >= 2.14 |) were not met: | |No package 'x11' found (From OE-Core rev: e5c60517a22997bb966bbe21a2d7cbc99a97b42b) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
92dd65f05a
commit
d27351a2c2
@@ -13,7 +13,7 @@ POLKIT_libc-uclibc = ""
|
||||
POLKITCONF = ""
|
||||
POLKITCONF_libc-uclibc = "--disable-policykit"
|
||||
|
||||
DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
|
||||
DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} virtual/libx11"
|
||||
RDEPENDS_${PN} += "base-files"
|
||||
|
||||
inherit gnome
|
||||
|
||||
Reference in New Issue
Block a user