package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE.
authorWill Newton <will.newton@imgtec.com>
Fri, 26 Nov 2010 12:58:15 +0000 (12:58 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 27 Nov 2010 19:48:24 +0000 (20:48 +0100)
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>
CHANGES
package/qt/Config.in

diff --git a/CHANGES b/CHANGES
index 07509a98f650a3536ce5b2a696e7f5058e35a050..0228213b2356ae52e1cd429de654986c17c7d1a3 100644 (file)
--- 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.
index 50c29299172598f92b771b76f0605c71a05169de..1f8633b27805bedde8c0a1d3f5dd7e0a667f969f 100644 (file)
@@ -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.