[Lunar-commits] <moonbase-gnome3> webkitgtk3: remove some inexistent compile options.

Florin Braescu florin at lunar-linux.org
Sun Mar 3 18:02:57 CET 2013


commit 829dd03c910d753cd4301d697e84d233c53eb2c9
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 03 Mar 2013 09:02:57 -0800
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/829dd03c910d753cd4301d697e84d233c53eb2c9

webkitgtk3: remove some inexistent compile options.
---
  libs/webkitgtk3/CONFIGURE | +0/-2     
  libs/webkitgtk3/DEPENDS   | +14/-15   
  2 files changed, 14 insertions(+), 17 deletions(-)

--- a/libs/webkitgtk3/CONFIGURE
+++ b/libs/webkitgtk3/CONFIGURE
@@ -1,11 +1,9 @@
 mquery WEBSOCKETS "Enable web socket support?" y "--enable-web-sockets" "--disable-web-sockets"
 mquery ENABLE_SPELL "Enable support for spellcheck?" n "--enable-spellcheck" "--disable-spellcheck"
 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"
 
 # y to this breaks build with 1.8.2 so --disable is in BUILD for now
 #mquery ENABLE_WEB_AUDIO "Enable support for Web Audio ?" n " --enable-web-audio" "--disable-web-audio"
--- a/libs/webkitgtk3/DEPENDS
+++ b/libs/webkitgtk3/DEPENDS
@@ -1,18 +1,17 @@
-depends libXt
-depends gobject-introspection
-depends gtk+-3
-depends icu4c
-depends gperf
-depends libxslt
-depends sqlite
-depends %JPEG
-depends libpng
-depends freetype2
-depends libsoup
-depends enchant
-depends gtk-doc
-depends gst-plugins-base
-depends gst-plugins-good
+depends  libXt
+depends  gobject-introspection
+depends  gtk+-3
+depends  icu4c
+depends  gperf
+depends  libxslt
+depends  sqlite
+depends  %JPEG
+depends  libpng
+depends  freetype2
+depends  libsoup
+depends  enchant
+depends  gst-plugins-base
+depends  gst-plugins-good
 
 # workaround for make_names.pl
 depends Switch




More information about the Lunar-commits mailing list