qt4: enable phonon support for qt4-x11-free and qt-embedded
authorJeremy Lainé <jeremy.laine@m4x.org>
Thu, 19 Feb 2009 17:25:55 +0000 (18:25 +0100)
committerJeremy Lainé <jeremy.laine@m4x.org>
Thu, 19 Feb 2009 17:25:55 +0000 (18:25 +0100)
packages/qt4/qt-embedded_4.4.3.bb
packages/qt4/qt4-x11-free_4.4.3.bb
packages/qt4/qt_configuration.inc
packages/qt4/qt_depends.inc

index a407dd5..47d65da 100644 (file)
@@ -3,7 +3,7 @@ require qtopia-core.inc
 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 \
@@ -23,8 +23,8 @@ SRC_URI += " \
 "
 
 QT_CONFIG_FLAGS += " \
-    -no-phonon -webkit \
-       -DQT_KEYPAD_NAVIGATION \
+    -webkit \
+    -DQT_KEYPAD_NAVIGATION \
  "
 
 QT_BASE_NAME = "qt-embedded"
index 1d5f924..987a489 100644 (file)
@@ -1,5 +1,5 @@
 require qt4-x11-free.inc
-PR = "r3"
+PR = "r4"
 
 SRC_URI += " \
            file://0002-fix-resinit-declaration.patch;patch=1 \
index 252a80a..8fd5262 100644 (file)
@@ -5,8 +5,8 @@ QT_ENDIAN = "${@qt_endian(d)}"
 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"
 
index 289b625..26cffa2 100644 (file)
@@ -1,3 +1,3 @@
 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"