[Buildroot] [PATCH] package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE.

Will Newton will.newton at gmail.com
Fri Nov 26 13:01:16 UTC 2010


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.
---
 package/qt/Config.in |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/package/qt/Config.in b/package/qt/Config.in
index 50c2929..1f8633b 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.
-- 
1.7.2.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-package-qt-Remove-selects-of-BR2_PACKAGE_QT_JAVASCRI.patch
Type: text/x-patch
Size: 1106 bytes
Desc: not available
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20101126/bb9170a1/attachment.bin>


More information about the buildroot mailing list