diff options
author | Frederik Vannoote <frederik.vannoote@barco.com> | 2010-04-02 15:33:28 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-02 15:34:22 +0200 |
commit | d5a3fa6867b75971b8d713653e0665ce0ef9f267 (patch) | |
tree | 225231822c62d582d04554b94f9a0594cb9ba575 /package/qt/Config.in | |
parent | d6a0d6f3091fcaf29b6fd96c31bc39f27610ddb3 (diff) | |
download | buildroot-novena-d5a3fa6867b75971b8d713653e0665ce0ef9f267.tar.gz buildroot-novena-d5a3fa6867b75971b8d713653e0665ce0ef9f267.zip |
qt: bump version
qt 4.6.x has a number of new configure options, and needs a patch to
work on uClibc.
Signed-off-by: Frederik Vannoote <frederik.vannoote@barco.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/Config.in')
-rw-r--r-- | package/qt/Config.in | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in index 9ff904ea0..4371fc36e 100644 --- a/package/qt/Config.in +++ b/package/qt/Config.in @@ -270,6 +270,22 @@ config BR2_PACKAGE_QT_PHONON formats can be configured at the GStreamer package. If unsure, say n. +config BR2_PACKAGE_QT_PHONON_BACKEND + bool "Phonon Module Backend" + depends on BR2_PACKAGE_QT_PHONON + help + Build the platform Phonon plugin. + If unsure, say n. + +comment "Qt DBbus module not available (need dbus)" + depends on !BR2_PACKAGE_DBUS + +config BR2_PACKAGE_QT_DBUS + bool "DBus Module" + depends on BR2_PACKAGE_DBUS + help + Build the Qt DBus module. + config BR2_PACKAGE_QT_XML bool "XML Module" default y @@ -283,6 +299,17 @@ config BR2_PACKAGE_QT_XMLPATTERNS Build QtXmlPatterns module. If unsure, say n +config BR2_PACKAGE_QT_MULTIMEDIA + bool "Multimedia Module" + help + Build QtMultimedia module. + +config BR2_PACKAGE_QT_AUDIO_BACKEND + bool "QtMultimedia Audio backend" + depends on BR2_PACKAGE_QT_MULTIMEDIA + help + Build the platform audio backend into QtMultimedia if available + config BR2_PACKAGE_QT_SVG bool "SVG Module" help @@ -299,10 +326,17 @@ config BR2_PACKAGE_QT_NETWORK config BR2_PACKAGE_QT_WEBKIT bool "WebKit Module" depends on BR2_PACKAGE_QT_NETWORK + select BR2_PACKAGE_QT_JAVASCRIPTCORE help Build the WebKit module. If unsure, say n. +config BR2_PACKAGE_QT_JAVASCRIPTCORE + bool "JavaScriptCore JIT compiler" + help + Build the JavaScriptCore JIT compiler + If unsure, say y + config BR2_PACKAGE_QT_STL bool "STL support" help @@ -322,6 +356,7 @@ config BR2_PACKAGE_QT_OPENSSL config BR2_PACKAGE_QT_SCRIPT bool "Script Module" default y + select BR2_PACKAGE_QT_JAVASCRIPTCORE help Build the Qt Script module. if unsure, say y. |