From: Will Newton Date: Fri, 26 Nov 2010 12:58:15 +0000 (+0000) Subject: package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32b748086ebb6c4d7e83f78ce489677d9929700a;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/CHANGES b/CHANGES index 07509a98f6..0228213b23 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +2010.11, Not yet released: + + Fixes all over the tree. + + Updated/fixed packages: qt + 2010.11-rc2, Released November 25th, 2010: Fixes all over the tree. diff --git a/package/qt/Config.in b/package/qt/Config.in index 50c2929917..1f8633b278 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.