summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-03-14 05:52:45 +0000
committerJohn Lee <john_lee@openmoko.org>2008-03-14 05:52:45 +0000
commit94cb90e09f2608595cec88d3e1497bf7b3cf5d78 (patch)
treef0d477dec261ac2e1a291068abd934a106324e96
parent1345aed3f119c6fce15b815b89ac7dfad0c79cf4 (diff)
tangogps: fix hardcoded include path problem in src/Makefile.am
-rw-r--r--packages/openmoko-projects/tangogps_0.7.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/openmoko-projects/tangogps_0.7.bb b/packages/openmoko-projects/tangogps_0.7.bb
index 4376156fc5..63513ffe00 100644
--- a/packages/openmoko-projects/tangogps_0.7.bb
+++ b/packages/openmoko-projects/tangogps_0.7.bb
@@ -13,3 +13,5 @@ SRC_URI = "http://tangogps.org/tangoGPS-0.7.tar.gz \
S = "${WORKDIR}/tangoGPS-0.7"
inherit autotools
+
+CPPFLAGS += "-I${STAGING_INCDIR}/gconf/2/"