aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-10-01 18:04:23 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-10-02 16:41:37 +0800
commitf559b192558f135f4e92a2230bea307782e34cbe (patch)
treecc4f45e7978a8d48fd216590d3c7422633fc3bd8
parent2edb621ead5d29fe96e391978925c1fceb146d2c (diff)
downloadopenembedded-f559b192558f135f4e92a2230bea307782e34cbe.tar.gz
qt4-toolsd-sdk.inc: Move to -embedded, disable more features
Pass more -no or -qt- options to make sure less things from the system are detected and that there are less dependencies. This disabling has no effect on the tools we want to use.
-rw-r--r--recipes/qt4/qt4-tools-sdk.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/qt4/qt4-tools-sdk.inc b/recipes/qt4/qt4-tools-sdk.inc
index 67811e72dd..88aa6587e2 100644
--- a/recipes/qt4/qt4-tools-sdk.inc
+++ b/recipes/qt4/qt4-tools-sdk.inc
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.trolltech.com"
PRIORITY = "optional"
LICENSE = "LGPLv2.1 GPLv3"
-INC_PR = "r1"
+INC_PR = "r2"
FILESPATHPKG =. "qt-${PV}:"
inherit sdk
@@ -22,13 +22,14 @@ S = "${WORKDIR}/qt-everywhere-opensource-src-${PV}"
# FIXME: make it work with "${STAGING_BINDIR_NATIVE}/pkg-config --cflags dbus-1"
EXTRA_OECONF = "-prefix ${prefix} \
-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 -fast -static \
+ -embedded -no-freetype -no-glib -no-iconv \
-qt3support \
-I${STAGING_DIR_NATIVE}/usr/include \
-I${STAGING_DIR_NATIVE}/usr/include/dbus-1.0 \