From 51e8173bf68e5914bc1c143f19914c19e7eb336a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Fri, 5 Mar 2010 15:58:20 +0100 Subject: qt4-tools-native_4.5.2.bb: use Qt's builtin freetype, otherwise build fails --- recipes/qt4/qt4-tools-native_4.5.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}" -- cgit v1.2.3