summaryrefslogtreecommitdiffstats
path: root/package/qtopia4/Config.in
diff options
context:
space:
mode:
authorHans-Christian Egtvedt2008-12-08 19:00:54 +0100
committerHans-Christian Egtvedt2008-12-08 19:00:54 +0100
commit97dabc9ab7738790e52cb8db82fa89e02cc7b6ee (patch)
tree5c4587866328f68eced816b4a72d0c93ae2f0ad3 /package/qtopia4/Config.in
parentgst-plugins-ugly: add gstreamer ugly plugins (diff)
downloadbuildroot-97dabc9ab7738790e52cb8db82fa89e02cc7b6ee.tar.gz
buildroot-97dabc9ab7738790e52cb8db82fa89e02cc7b6ee.tar.xz
buildroot-97dabc9ab7738790e52cb8db82fa89e02cc7b6ee.zip
qtopia4: add kconfig option to enable Phonon
This patch adds a kconfig option to enable Phonon when configuring Qt. Phonon is the multimedia API from KDE 4 which has been integrated into Qt 4.4. For playback under Linux the GStreamer multimedia framework is used. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Diffstat (limited to 'package/qtopia4/Config.in')
-rw-r--r--package/qtopia4/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in
index fb156af3d..2cd6e17b4 100644
--- a/package/qtopia4/Config.in
+++ b/package/qtopia4/Config.in
@@ -228,6 +228,15 @@ source "package/qtopia4/Config.sql.in"
source "package/qtopia4/Config.gfx.in"
source "package/qtopia4/Config.mouse.in"
+config BR2_PACKAGE_QTOPIA4_PHONON
+ bool "Phonon Module"
+ select BR2_PACKAGE_GSTREAMER
+ select BR2_PACKAGE_GST_PLUGINS_BASE
+ help
+ Build the Phonon module. Support for different audio/video
+ formats can be configured at the GStreamer package.
+ If unsure, say n.
+
config BR2_PACKAGE_QTOPIA4_XMLPATTERNS
bool "XML Patterns Module"
help