summaryrefslogtreecommitdiffstats
path: root/package/qt
diff options
context:
space:
mode:
authorWill Newton <will.newton@imgtec.com>2010-11-26 12:58:15 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2010-11-27 20:48:24 +0100
commit32b748086ebb6c4d7e83f78ce489677d9929700a (patch)
treece87c2059bbb3143a09ba3ab0df65b7510e76505 /package/qt
parentee5ea7d9cb3e818e1be8a5fe44ed150f1d93ff9d (diff)
downloadbuildroot-novena-32b748086ebb6c4d7e83f78ce489677d9929700a.tar.gz
buildroot-novena-32b748086ebb6c4d7e83f78ce489677d9929700a.zip
package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE.
Building WebKit or Script engine support would select JIT support in JavaScriptCore. Not all platforms support JIT, so remove the selects to allow the option to be modified by users. Signed-off-by: Will Newton <will.newton@imgtec.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt')
-rw-r--r--package/qt/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/qt/Config.in b/package/qt/Config.in
index 50c292991..1f8633b27 100644
--- a/package/qt/Config.in
+++ b/package/qt/Config.in
@@ -336,7 +336,6 @@ 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.
@@ -366,7 +365,6 @@ 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.