mokosuite2: Add `libfakekey` and `vala-native` to DEPENDS.
authorPaul Menzel <paulepanter@users.sourceforge.net>
Mon, 4 Oct 2010 09:56:14 +0000 (11:56 +0200)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 6 Oct 2010 15:12:42 +0000 (17:12 +0200)
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>
recipes/openmoko-3rdparty/mokosuite2_git.bb

index cbdf89d..d17f100 100644 (file)
@@ -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}"