From: Holger Hans Peter Freyther Date: Thu, 30 Sep 2010 09:02:46 +0000 (+0800) Subject: qt4-tools-native: Add -no-freetype to the build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faec5db53bdcb6973dd6edd30e8621a58b281adc;p=openembedded.git qt4-tools-native: Add -no-freetype to the build Avoid any dependencies on freetype, just disable it. We are not interested in the GUI module right now, we build it to have the tools/qdbus build, which also builds the qdbusviewer. --- diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc index 6915ba8c81..7bd7ab42d8 100644 --- a/recipes/qt4/qt4-tools-native.inc +++ b/recipes/qt4/qt4-tools-native.inc @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com" PRIORITY = "optional" LICENSE = "GPL" -INC_PR = "r8" +INC_PR = "r9" inherit native @@ -26,7 +26,7 @@ EXTRA_OECONF = "-prefix ${prefix} \ -no-nas-sound \ -no-nis \ -verbose -release -static \ - -embedded \ + -embedded -no-freetype \ -qt3support" # yank default -e, otherwise we get the following error: