diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-02-10 23:04:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-21 17:58:52 +0000 |
commit | e5c60517a22997bb966bbe21a2d7cbc99a97b42b (patch) | |
tree | b75617bca159da7fa7d19dd2ed42cbe4342da0a0 /meta | |
parent | 479b9a52a013d990da296f96bd658db00423f9a6 (diff) | |
download | openembedded-core-e5c60517a22997bb966bbe21a2d7cbc99a97b42b.tar.gz openembedded-core-e5c60517a22997bb966bbe21a2d7cbc99a97b42b.tar.bz2 openembedded-core-e5c60517a22997bb966bbe21a2d7cbc99a97b42b.zip |
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@opendreambox.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/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 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 |