From: Holger Hans Peter Freyther Date: Fri, 1 Oct 2010 10:25:15 +0000 (+0800) Subject: qt4-tools-native.inc: Add more -no options to disable dependencies X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee6ae9e90114bf4e3349b073d9e85a0ee7f1c4f;p=openembedded.git 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. --- 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: