[Lunar-commits] <moonbase> webkit: I should have defaulted these to no in the first place. They were added

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Sep 12 21:44:15 CEST 2011


commit 15cb0a0af886ca5d78f8a12439c03225a504bc38
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Mon Sep 12 15:44:15 2011 -0400

    webkit: I should have defaulted these to no in the first place. They were added
    
    for completeness and so that other (brave souls) that have really fast boxes might
    try them out. Webkit isn't the most speediest of compiles.
---
 web/webkit/CONFIGURE |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/web/webkit/CONFIGURE b/web/webkit/CONFIGURE
index 44d9c33..3b975ad 100644
--- a/web/webkit/CONFIGURE
+++ b/web/webkit/CONFIGURE
@@ -1,10 +1,10 @@
 mquery WEBSOCKETS "Enable web socket support?" y "--enable-web-sockets" "--disable-web-sockets"
-mquery ENABLE_SPELL "Enable support for spellcheck?" y "--enable-spellcheck" "--disable-spellcheck"
-mquery ENABLE_3D "Enable support for 3D transforms" y "--enable-3d-transforms" "--disable-3d-transforms"
-mquery ENABLE_WEBGL "Enable support for WebGL (experimental)?" y "--enable-webgl" "--disable-webgl"
-mquery ENABLE_GRID "Enable HTML5 datagrid support?" y "--enable-datagrid" "--disable-datagrid"
-mquery ENABLE_TRANSFER  "Enable HTML5 data transfer items support?" y "--enable-data-transfer-items" "--disable-data-transfer-items"
-mquery ENABLE_INDEX "Enable the indexed database API?" y "--enable-indexed-database" "--disable-indexed-database"
-mquery ENABLE_SPEECH "Enable the speech input API?" y "--enable-input-speech" "--disable-input-speech"
-mquery ENABLE_RESIZE "Enable image resizer?" y "--enable-image-resizer" "--disable-image-resizer"
-mquery ENABLE_WEB_AUDIO "Enable support for Web Audio ?" y " --enable-web-audio" "--disable-web-audio"
+mquery ENABLE_SPELL "Enable support for spellcheck?" n "--enable-spellcheck" "--disable-spellcheck"
+mquery ENABLE_3D "Enable support for 3D transforms" n "--enable-3d-transforms" "--disable-3d-transforms"
+mquery ENABLE_WEBGL "Enable support for WebGL (experimental)?" n "--enable-webgl" "--disable-webgl"
+mquery ENABLE_GRID "Enable HTML5 datagrid support?" n "--enable-datagrid" "--disable-datagrid"
+mquery ENABLE_TRANSFER  "Enable HTML5 data transfer items support?" n "--enable-data-transfer-items" "--disable-data-transfer-items"
+mquery ENABLE_INDEX "Enable the indexed database API?" n "--enable-indexed-database" "--disable-indexed-database"
+mquery ENABLE_SPEECH "Enable the speech input API?" n "--enable-input-speech" "--disable-input-speech"
+mquery ENABLE_RESIZE "Enable image resizer?" n "--enable-image-resizer" "--disable-image-resizer"
+mquery ENABLE_WEB_AUDIO "Enable support for Web Audio ?" n " --enable-web-audio" "--disable-web-audio"


More information about the Lunar-commits mailing list