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:59:39 +0000 |
commit | d27351a2c2c56977bd66b0e0823506ea99d6b817 (patch) | |
tree | 1004fa50dd9d659eec561594a8e2b6fdc02eb580 | |
parent | 92dd65f05a528385d53d575c857ac3c4abbaed82 (diff) | |
download | poky-d27351a2c2c56977bd66b0e0823506ea99d6b817.tar.gz |
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>
-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 = "" | |||
13 | POLKITCONF = "" | 13 | POLKITCONF = "" |
14 | POLKITCONF_libc-uclibc = "--disable-policykit" | 14 | POLKITCONF_libc-uclibc = "--disable-policykit" |
15 | 15 | ||
16 | DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 16 | DEPENDS = "glib-2.0 dbus ${POLKIT} ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)} virtual/libx11" |
17 | RDEPENDS_${PN} += "base-files" | 17 | RDEPENDS_${PN} += "base-files" |
18 | 18 | ||
19 | inherit gnome | 19 | inherit gnome |