[oe-commits] org.oe.dev Qtopia/X11: Assist the Qt/Qtopia buildsystem in finding the freetype2/fontconfig headers

freyther commit oe at amethyst.openembedded.net
Fri Apr 25 15:40:28 UTC 2008


Qtopia/X11: Assist the Qt/Qtopia buildsystem in finding the freetype2/fontconfig headers

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 754b0cba2322be2fda45270a756d32e5e3eedb7a
ViewMTN: http://monotone.openembedded.org/revision/info/754b0cba2322be2fda45270a756d32e5e3eedb7a
Files:
1
packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb
Diffs:

#
# mt diff -ra1b3472764e47f414d9d1447ace81859b0441eb0 -r754b0cba2322be2fda45270a756d32e5e3eedb7a
#
#
#
# patch "packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb"
#  from [816479f931a9dad2f91b4e06fef839ba88408f8f]
#    to [3499b3560c9eb16353ef331101f9fa2075374572]
#
============================================================
--- packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb	816479f931a9dad2f91b4e06fef839ba88408f8f
+++ packages/qtopia-phone/qtopia-phone-x11_4.3.1.bb	3499b3560c9eb16353ef331101f9fa2075374572
@@ -79,7 +79,7 @@ cd ${BUILDDIR}
 
 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
 
 }
 






More information about the Openembedded-commits mailing list