qt4-tools-native.inc: Add more -no options to disable dependencies
authorHolger Hans Peter Freyther <zecke@selfish.org>
Fri, 1 Oct 2010 10:25:15 +0000 (18:25 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 2 Oct 2010 08:41:38 +0000 (16:41 +0800)
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

index 7bd7ab4..4a0ccce 100644 (file)
@@ -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: