diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-24 18:17:33 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-24 18:17:33 +0000 |
commit | 6b86df27b5c9f4cc8d697038bb9bd7cbf3ac6d9c (patch) | |
tree | 6c48257e6b56736a06946c73d87a02b7fd14d295 /packages/tangogps/tangogps.inc | |
parent | f4da94042bddb70a89c709aa43589256130ef0b2 (diff) |
remove tangogps-fso, we now use fso-gpsd together with an unpatched tangogps instead
Diffstat (limited to 'packages/tangogps/tangogps.inc')
-rw-r--r-- | packages/tangogps/tangogps.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/tangogps/tangogps.inc b/packages/tangogps/tangogps.inc index 4c9e427cdd..90789377d1 100644 --- a/packages/tangogps/tangogps.inc +++ b/packages/tangogps/tangogps.inc @@ -4,10 +4,12 @@ HOMEPAGE = "http://tangogps.org/" SECTION = "x11/applications" LICENSE = "GPLv2" PRIORITY = "optional" -DEPENDS = "curl gtk+ gconf gypsy" -RRECOMMENDS = "gpsd" +DEPENDS = "curl gtk+ gconf sqlite3" SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz" S = "${WORKDIR}/tangogps-${PV}" inherit autotools pkgconfig + +RRECOMMENDS = "gpsd" + |