[Lunar-commits] <moonbase-gnome3> Merge pull request #8 from stumbles/master

Florin Braescu florin at lunar-linux.org
Sun Oct 19 16:57:51 CEST 2014


commit 6e4e47135864d4b1837a3a2eb1347abd105c85a7
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 19 Oct 2014 17:57:50 +0300
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/6e4e47135864d4b1837a3a2eb1347abd105c85a7

Merge pull request #8 from stumbles/master

webkitgtk3: fixing a switch no longer valid and a couple of other minor ...
---
  libs/webkitgtk3/BUILD     | +2/-2     
  libs/webkitgtk3/CONFIGURE | +2/-3     
  2 files changed, 4 insertions(+), 5 deletions(-)

--- a/libs/webkitgtk3/BUILD
+++ b/libs/webkitgtk3/BUILD
@@ -1,12 +1,12 @@
 # breaks without webgl for now
-OPTS+=" --with-target=x11             \
+OPTS+=" --enable-x11-target           \
         --enable-xslt                 \
         --enable-optimizations        \
+        --enable-introspection        \
         --disable-glibtest            \
         --with-gtk=3.0                \
         --enable-video                \
         --enable-webgl                \
-        --disable-web-audio           \
         --disable-gtk-doc-html"      &&
 
 #make build work even if gtk-doc is not installed
--- a/libs/webkitgtk3/CONFIGURE
+++ b/libs/webkitgtk3/CONFIGURE
@@ -1,4 +1,3 @@
 mquery ENABLE_SPELL "Enable support for spellcheck?" n "--enable-spellcheck" "--disable-spellcheck"
-
-# 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"
+mquery ENABLE_WEB_AUDIO "Enable support for Web Audio ?" n " --enable-web-audio" "--disable-web-audio"
+mquery ENABLE_DEBUG_SYMBOLS "Enable debug symbols?" n "--enable-debug-symbols=yes" "--enable-debug-symbols=no"




More information about the Lunar-commits mailing list