aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/qt4/qt4-tools-native_4.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/qt4/qt4-tools-native_4.5.2.bb')
-rw-r--r--recipes/qt4/qt4-tools-native_4.5.2.bb4
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}"