PROVIDES += "qtopia-core"
RPROVIDES_${PN} = "qtopia-core"
-PR = "r4"
+PR = "r5"
SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
file://qconfig-oe.h \
"
QT_CONFIG_FLAGS += " \
- -no-phonon -webkit \
- -DQT_KEYPAD_NAVIGATION \
+ -webkit \
+ -DQT_KEYPAD_NAVIGATION \
"
QT_BASE_NAME = "qt-embedded"
require qt4-x11-free.inc
-PR = "r3"
+PR = "r4"
SRC_URI += " \
file://0002-fix-resinit-declaration.patch;patch=1 \
QT_CONFIG_FLAGS += "-release -no-cups -no-accessibility -reduce-relocations \
-shared -no-nas-sound -no-sm -no-nis \
-qt-gif -system-libjpeg -system-libpng -system-zlib \
- -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 \
- -no-pch -qdbus -stl -glib"
+ -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 \
+ -no-pch -qdbus -stl -glib -phonon"
EXTRA_OEMAKE = "-e"
inherit pkgconfig qmake_base
-DEPENDS += " uicmoc4-native qmake2-native freetype jpeg libpng zlib dbus openssl glib-2.0"
+DEPENDS += " uicmoc4-native qmake2-native freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base"