openmoko-session2: add RDEPENDS openmoko-panel-memory and oe-stylize
[vuplus_openembedded] / packages / qt4 / qtopia-core.inc
1 SUMMARY = "Qt is a versatile cross-platform application framework -- this is the QtopiaCore/Embedded version."
2 SECTION = "libs"
3 LICENSE = "GPL"
4 PRIORITY = "optional"
5 HOMEPAGE = "http://www.trolltech.com"
6 DEPENDS += "tslib"
7 PR = "r1"
8
9 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qtopia-core-opensource-src-${PV}.tar.gz \
10            file://qconfig-oe.h \
11            file://0001-cross-compile.patch;patch=1 \
12            file://0003-no-tools.patch;patch=1 \
13            file://0004-no-qmake.patch;patch=1 \
14            file://0005-fix-mkspecs.patch;patch=1 \
15            file://build-tools.patch;patch=1"
16 S = "${WORKDIR}/qtopia-core-opensource-src-${PV}"
17
18
19 QT_CONFIG_FLAGS += " \
20     -nomake demos -nomake examples -nomake tools -qtlibinfix E\
21     -embedded ${QT_ARCH} \
22     -qt-decoration-styled -plugin-decoration-default -plugin-decoration-windows \
23     -plugin-gfx-transformed -plugin-gfx-qvfb -plugin-gfx-vnc\
24     -plugin-mouse-tslib -qt-mouse-pc -qt-mouse-qvfb\
25     -qt-kbd-tty -qt-kbd-usb -qt-kbd-qvfb\
26     ${QT_QCONFIG} \
27     "
28
29 do_configure_prepend() {
30     cp ${WORKDIR}/qconfig-oe.h ${S}/src/corelib/global
31 }
32
33 QT_QCONFIG = ""
34 QT_BASE_NAME = "qtopiacore"
35 QT_BASE_LIB  = "libqtopiacore"
36 QT_DIR_NAME = "qtopia"
37 QT_LIBINFIX="E"
38 require qt_depends.inc
39 require qt_configuration.inc
40 require qt_packaging.inc
41 require qt_staging.inc
42
43 inherit qtopia4core