From 3ee6ae9e90114bf4e3349b073d9e85a0ee7f1c4f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 1 Oct 2010 18:25:15 +0800 Subject: qt4-tools-native.inc: Add more -no options to disable dependencies Make sure we have less dependencies and use less things from the system. For moc/rcc/uic we need the most basic Qt, even for the dbus bindings one mostly needs the xml parser. --- recipes/qt4/qt4-tools-native.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/qt4') diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc index 7bd7ab42d8..4a0cccea60 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 = "r9" +INC_PR = "r10" inherit native @@ -19,14 +19,14 @@ EXTRA_OECONF = "-prefix ${prefix} \ -L ${STAGING_LIBDIR_NATIVE} \ -I ${STAGING_INCDIR_NATIVE} \ -qt-libjpeg -qt-gif -system-zlib \ - -no-libjpeg -no-libpng \ + -no-libjpeg -no-libpng -no-libmng -no-libtiff \ -no-accessibility \ -no-cups \ -no-exceptions \ -no-nas-sound \ - -no-nis \ + -no-nis -no-openssl \ -verbose -release -static \ - -embedded -no-freetype \ + -embedded -no-freetype -no-glib -no-iconv \ -qt3support" # yank default -e, otherwise we get the following error: -- cgit 1.2.3-korg