Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE.
@ 2010-11-26 13:01 Will Newton
  2010-11-27 20:12 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Will Newton @ 2010-11-26 13:01 UTC (permalink / raw)
  To: buildroot

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: 1105 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101126/bb9170a1/attachment.bin>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE.
  2010-11-26 13:01 [Buildroot] [PATCH] package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE Will Newton
@ 2010-11-27 20:12 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-11-27 20:12 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

 Will> Building WebKit or Script engine support would select JIT support
 Will> in JavaScriptCore. Not all platforms support JIT, so remove the
 Will> selects to allow the option to be modified by users.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-27 20:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-26 13:01 [Buildroot] [PATCH] package/qt: Remove selects of BR2_PACKAGE_QT_JAVASCRIPTCORE Will Newton
2010-11-27 20:12 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox