From faec5db53bdcb6973dd6edd30e8621a58b281adc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 30 Sep 2010 17:02:46 +0800 Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2