[oe-commits] Jeremy Lainé : qt4-tools-native_4.5.2.bb: use Qt' s builtin freetype, otherwise build fails

git version control git at git.openembedded.org
Sun Mar 7 11:35:48 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 51e8173bf68e5914bc1c143f19914c19e7eb336a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=51e8173bf68e5914bc1c143f19914c19e7eb336a

Author: Jeremy Lainé <jeremy.laine at bolloretelecom.eu>
Date:   Fri Mar  5 15:58:20 2010 +0100

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 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 77171a1..c083aa0 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}"





More information about the Openembedded-commits mailing list