[Lunar-commits] <moonbase-gnome3> webkitgtk3: fixing a switch no longer valid and a couple of other minor tweaks.
Dennis Veatch
dennisveatch at bellsouth.net
Sun Oct 19 16:57:51 CEST 2014
commit dedb3a9ab454723a1d5cf5828746e3218cd83d22
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Sun, 19 Oct 2014 10:55:25 -0400
URL: https://github.com/lunar-linux/moonbase-gnome3/commit/dedb3a9ab454723a1d5cf5828746e3218cd83d22
webkitgtk3: fixing a switch no longer valid and a couple of other minor tweaks.
---
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