diff options
author | Klaus Kurzmann <mok@fluxnetz.de> | 2009-10-19 22:08:07 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-10-21 10:32:52 +0000 |
commit | bfcebb7e0ca0ea033c5984fd71978c1ff0b32d1b (patch) | |
tree | c67e0c2b67421de93d616c9ca42b09a4f68b49c9 /recipes/freesmartphone | |
parent | cd473395ebf9adbf04ff4235878615cfa25daaf7 (diff) |
vala-dbus-binding-tool-native: depend on libgee-native
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/freesmartphone')
-rw-r--r-- | recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb | 2 |
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" |