diff options
author | Jeremy Lainé <jeremy.laine@bolloretelecom.eu> | 2010-03-05 15:58:20 +0100 |
---|---|---|
committer | Jeremy Lainé <jeremy.laine@bolloretelecom.eu> | 2010-03-05 15:58:20 +0100 |
commit | 51e8173bf68e5914bc1c143f19914c19e7eb336a (patch) | |
tree | 0ffd0be5c635d62bb566a5107c6de6c71eeba7d2 /recipes/qt4 | |
parent | 61b548b99526fcc532e3da7fb4be644f3480cab7 (diff) |
qt4-tools-native_4.5.2.bb: use Qt's builtin freetype, otherwise build fails
Diffstat (limited to 'recipes/qt4')
-rw-r--r-- | recipes/qt4/qt4-tools-native_4.5.2.bb | 4 |
1 files 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}" |