Forráskód Böngészése

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>
Will Newton 14 éve
szülő
commit
32b748086e
2 módosított fájl, 6 hozzáadás és 2 törlés
  1. 6 0
      CHANGES
  2. 0 2
      package/qt/Config.in

+ 6 - 0
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:
 2010.11-rc2, Released November 25th, 2010:
 
 
 	Fixes all over the tree.
 	Fixes all over the tree.

+ 0 - 2
package/qt/Config.in

@@ -336,7 +336,6 @@ config BR2_PACKAGE_QT_NETWORK
 config BR2_PACKAGE_QT_WEBKIT
 config BR2_PACKAGE_QT_WEBKIT
 	bool "WebKit Module"
 	bool "WebKit Module"
 	depends on BR2_PACKAGE_QT_NETWORK
 	depends on BR2_PACKAGE_QT_NETWORK
-	select BR2_PACKAGE_QT_JAVASCRIPTCORE
 	help
 	help
 	  Build the WebKit module.
 	  Build the WebKit module.
 	  If unsure, say n.
 	  If unsure, say n.
@@ -366,7 +365,6 @@ config BR2_PACKAGE_QT_OPENSSL
 config BR2_PACKAGE_QT_SCRIPT
 config BR2_PACKAGE_QT_SCRIPT
 	bool "Script Module"
 	bool "Script Module"
 	default y
 	default y
-	select BR2_PACKAGE_QT_JAVASCRIPTCORE
 	help
 	help
 	  Build the Qt Script module.
 	  Build the Qt Script module.
 	  if unsure, say y.
 	  if unsure, say y.