summaryrefslogtreecommitdiff
path: root/packages/qt4/qt-embedded_4.4.0.bb
blob: f04453bea98d124cbd0f5c97b37f7f3dd998658e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
require qtopia-core.inc

SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
           file://qconfig-oe.h \
           file://0001-cross-compile.patch;patch=1 \
#           file://0003-no-tools.patch;patch=1 \
           file://0004-no-qmake.patch;patch=1 \
           file://0005-fix-mkspecs.patch;patch=1 \
           file://build-tools.patch;patch=1"
S = "${WORKDIR}/qt-embedded-linux-opensource-src-${PV}"

SRC_URI += " \
           file://0006-freetype-host-includes.patch;patch=1 \
           file://0007-openssl-host-includes.patch;patch=1 \
#           file://0008-backport-qt-lib-infix.patch;patch=1 \
#           file://allow-configure-plugins.patch;patch=1 \
"

QT_CONFIG_FLAGS += " \
    -no-phonon -webkit \
	-DQT_KEYPAD_NAVIGATION \
 "