tangogps: fix hardcoded include path problem in src/Makefile.am
[org.openembedded.dev.git] / packages / openmoko-projects / tangogps_0.7.bb
blob63513ffe006c4f2160e09700a1675b782a6ab0c9
1 DESCRIPTION = "tangoGPS map"
2 AUTHOR = "Marcus Bauer <marcus.bauer@gmail.com>"
3 HOMEPAGE = "http://tangogps.org/"
4 SECTION = "openmoko/pim"
5 PRIORITY = "optional"
6 LICENSE = "GPLv2"
7 DEPENDS = "curl gtk+ gpsd"
8 PR = "r1"
10 SRC_URI = "http://tangogps.org/tangoGPS-0.7.tar.gz \
11 file://global-config-h.patch;patch=1"
13 S = "${WORKDIR}/tangoGPS-0.7"
15 inherit autotools
17 CPPFLAGS += "-I${STAGING_INCDIR}/gconf/2/"