diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-24 20:07:09 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-24 20:11:08 +0100 |
commit | de991f13e6fcdd5022569fdde68b466aaa3db733 (patch) | |
tree | 63243dd1a677c947558cfc4fd8d4f8923081ff2a | |
parent | a7ff7964bc9c41c1ed54186f5875664e9a28bfe9 (diff) |
mcnavi: add edje-native dependency, thanks to Dieter Thimm
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/openmoko-3rdparty/mcnavi_0.2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb b/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb index 45a54c9f83..283b4b4dc9 100644 --- a/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb +++ b/recipes/openmoko-3rdparty/mcnavi_0.2.5.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Free GPS navigation for car and outdoor with OpenStreetMap maps" HOMEPAGE = "http://www.gps-routes.info/index.php?name=Content&pa=showpage&pid=1" LICENSE = "GPL" -DEPENDS = "ecore evas imlib2 gpsd" +DEPENDS = "ecore evas imlib2 gpsd edje-native" SRC_URI = "http://www.gps-routes.info/debian/pool/main/m/mcnavi/mcnavi_${PV}.tar.gz;name=archive" SRC_URI[archive.md5sum] = "b572c3691f05e22b37efd6cd53da203e" |