summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-03-15 21:55:14 +0000
committerHolger Freyther <zecke@selfish.org>2008-03-15 21:55:14 +0000
commitff7b3adf6c161c7d75ea50870803ccc47a038f76 (patch)
tree3fdc2752a1a1098aac3f22b6eeb084125c367d41
parent0fb3403491af5743dd7a704db74003b164cfa30d (diff)
Qtopia/X11: Assist the Qt/Qtopia buildsystem in finding the freetype2/fontconfig headers
-rw-r--r--packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb
index 9a498451d6..3a08e86d66 100644
--- a/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb
+++ b/packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb
@@ -79,7 +79,7 @@ echo "" > ${S}/devices/${TARGET-DEVICE}/environment
mkdir -p ${BUILDDIR}
cd ${BUILDDIR}
-echo yes | ${S}/configure -device ${TARGET-DEVICE} -xplatform ${XPLATFORM}
+echo yes | ${S}/configure -device ${TARGET-DEVICE} -xplatform ${XPLATFORM} -I${STAGING_INCDIR}/freetype2 -I${STAGING_INCDIR}/fontconfig
}