From: Jeremy Lainé Date: Fri, 5 Mar 2010 14:58:20 +0000 (+0100) Subject: qt4-tools-native_4.5.2.bb: use Qt's builtin freetype, otherwise build fails X-Git-Tag: Release-2010-05/1~465 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e8173bf68e5914bc1c143f19914c19e7eb336a;p=openembedded.git qt4-tools-native_4.5.2.bb: use Qt's builtin freetype, otherwise build fails --- diff --git a/recipes/qt4/qt4-tools-native_4.5.2.bb b/recipes/qt4/qt4-tools-native_4.5.2.bb index 77171a1731..c083aa0197 100644 --- a/recipes/qt4/qt4-tools-native_4.5.2.bb +++ b/recipes/qt4/qt4-tools-native_4.5.2.bb @@ -9,13 +9,13 @@ SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${ S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}" -EXTRA_OECONF += " -fast" +EXTRA_OECONF += " -fast -qt-freetype" do_configure() { (echo o; echo yes) | LFLAGS="-L${STAGING_LIBDIR_NATIVE}" ./configure ${EXTRA_OECONF} || die "Configuring qt failed. EXTRA_OECONF was ${EXTRA_OECONF}" } LICENSE = "LGPLv2.1 GPLv3" -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" TOBUILD := "src/tools/bootstrap ${TOBUILD}"