[oe-commits] Holger Hans Peter Freyther : qt4-tools-native.inc: Add more -no options to disable dependencies

git version control git at git.openembedded.org
Sat Oct 2 08:45:14 UTC 2010


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

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Fri Oct  1 18:25:15 2010 +0800

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 files changed, 4 insertions(+), 4 deletions(-)

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





More information about the Openembedded-commits mailing list