[oe-commits] Holger Hans Peter Freyther : qt4-tools-native: Add -no-freetype to the build

git version control git at git.openembedded.org
Thu Sep 30 09:10:23 UTC 2010


Module: openembedded.git
Branch: master
Commit: faec5db53bdcb6973dd6edd30e8621a58b281adc
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=faec5db53bdcb6973dd6edd30e8621a58b281adc

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Thu Sep 30 17:02:46 2010 +0800

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.

---

 recipes/qt4/qt4-tools-native.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc
index 6915ba8..7bd7ab4 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:





More information about the Openembedded-commits mailing list