Qtopia/X11: Assist the Qt/Qtopia buildsystem in finding the freetype2/fontconfig...
authorHolger Freyther <zecke@selfish.org>
Sat, 15 Mar 2008 21:55:14 +0000 (21:55 +0000)
committerHolger Freyther <zecke@selfish.org>
Sat, 15 Mar 2008 21:55:14 +0000 (21:55 +0000)
packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb

index 9a49845..3a08e86 100644 (file)
@@ -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
 
 }