aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-01 18:25:15 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-02 16:41:38 +0800
commit3ee6ae9e90114bf4e3349b073d9e85a0ee7f1c4f (patch)
treecff3039a4632711843db942fb80f20f1471486ef
parentf559b192558f135f4e92a2230bea307782e34cbe (diff)
downloadopenembedded-3ee6ae9e90114bf4e3349b073d9e85a0ee7f1c4f.tar.gz
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.
-rw-r--r--recipes/qt4/qt4-tools-native.inc8
1 files changed, 4 insertions, 4 deletions
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: