tangogps: fix hardcoded include path problem in src/Makefile.am
authorJohn Lee <john_lee@openmoko.org>
Fri, 14 Mar 2008 05:52:45 +0000 (05:52 +0000)
committerJohn Lee <john_lee@openmoko.org>
Fri, 14 Mar 2008 05:52:45 +0000 (05:52 +0000)
packages/openmoko-projects/tangogps_0.7.bb

index 4376156..63513ff 100644 (file)
@@ -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/"