aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-19 22:08:07 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-01 21:50:59 +0100
commit810eb22f82d2b85ad32f4fe78be50d9a664d77ae (patch)
treea9d295970a7b23159b0e519c4414ca33837dd57e
parent11b5e27e675d8754b49e6dd51c27fc12545bcfe1 (diff)
downloadopenembedded-810eb22f82d2b85ad32f4fe78be50d9a664d77ae.tar.gz
vala-dbus-binding-tool-native: depend on libgee-native
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
index 72f835e6a5..b2a471dd00 100644
--- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
+++ b/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Vala DBus Binding Tool"
SECTION = "console"
LICENSE = "GPLv2"
-DEPENDS = "vala-native intltool-native libxml2-native"
+DEPENDS = "vala-native libgee-native intltool-native libxml2-native"
PV = "0.1.0+gitr${SRCREV}"
SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;protocol=git;branch=master"