aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openmoko-3rdparty
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2010-10-04 11:56:14 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-06 17:12:42 +0200
commitf58a5d59b755bdb725497f574a8059529c134c27 (patch)
tree9d6a674e8346889cca9f177376889b60ee2d78d7 /recipes/openmoko-3rdparty
parent0f83f5f36ea538d738b01637c77f16494d7ee2e3 (diff)
downloadopenembedded-f58a5d59b755bdb725497f574a8059529c134c27.tar.gz
mokosuite2: Add `libfakekey` and `vala-native` to DEPENDS.
During the latest bumps of `SRCREV` I guess it was forgotten to add some dependencies. `libfakekey` is needed for a successful configure and without `vala-native` `valac` is not found on a clean and minimal build system. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/openmoko-3rdparty')
-rw-r--r--recipes/openmoko-3rdparty/mokosuite2_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openmoko-3rdparty/mokosuite2_git.bb b/recipes/openmoko-3rdparty/mokosuite2_git.bb
index cbdf89d6cb..d17f100989 100644
--- a/recipes/openmoko-3rdparty/mokosuite2_git.bb
+++ b/recipes/openmoko-3rdparty/mokosuite2_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Desktop environment and phone stack GUI for SHR"
HOMEPAGE = "http://gitorious.org/mokosuite2"
AUTHOR = "Daniele Ricci"
LICENSE = "GPLv3"
-DEPENDS = "mokowm elementary libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3"
+DEPENDS = "mokowm elementary libfakekey libfreesmartphone-glib libphone-utils eggdbus glib-2.0 dbus-glib alsa-lib db sqlite3 vala-native"
SECTION = "misc/utils"
PV = "1.0.99+gitr${SRCPV}"