From d5a3fa6867b75971b8d713653e0665ce0ef9f267 Mon Sep 17 00:00:00 2001 From: Frederik Vannoote Date: Fri, 2 Apr 2010 15:33:28 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/qt/Config.in | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'package/qt/Config.in') 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. -- cgit v1.2.3