From: Holger Freyther Date: Sat, 15 Mar 2008 21:55:14 +0000 (+0000) Subject: Qtopia/X11: Assist the Qt/Qtopia buildsystem in finding the freetype2/fontconfig... X-Git-Tag: Release-2010-05/1~7106^2^2~18^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff7b3adf6c161c7d75ea50870803ccc47a038f76;p=openembedded.git Qtopia/X11: Assist the Qt/Qtopia buildsystem in finding the freetype2/fontconfig headers --- 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 }