[oe-commits] Andreas Oberritter : consolekit: depend on libx11

git at git.openembedded.org git at git.openembedded.org
Tue Feb 21 18:01:46 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: e5c60517a22997bb966bbe21a2d7cbc99a97b42b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e5c60517a22997bb966bbe21a2d7cbc99a97b42b

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Feb 10 23:04:13 2012 +0100

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

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>

---

 .../recipes-support/consolekit/consolekit_0.4.5.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb
index 3ded6df..3a4b04f 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





More information about the Openembedded-commits mailing list