From d27351a2c2c56977bd66b0e0823506ea99d6b817 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Fri, 10 Feb 2012 23:04:13 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/consolekit/consolekit_0.4.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/consolekit') diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb index 3ded6df7c8..3a4b04f26a 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.5.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.5.bb @@ -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 -- cgit v1.2.3-54-g00ecf