diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/tangogps/tangogps.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/tangogps/tangogps.inc b/recipes/tangogps/tangogps.inc index 18ae84708e..436fe07db0 100644 --- a/recipes/tangogps/tangogps.inc +++ b/recipes/tangogps/tangogps.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://tangogps.org/" SECTION = "x11/applications" LICENSE = "GPLv2" PRIORITY = "optional" -DEPENDS = "curl gtk+ gconf sqlite3 libexif" +DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4" SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz;name=archive" S = "${WORKDIR}/tangogps-${PV}" |