[epiphany] configure.ac: use WebKit2 by default
- From: Xan Lopez <xan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] configure.ac: use WebKit2 by default
- Date: Wed, 6 Mar 2013 10:52:04 +0000 (UTC)
commit fe0eceee0f75e3f2189e27e0222a2c8119ed9d1d
Author: Xan Lopez <xan igalia com>
Date: Wed Mar 6 11:50:23 2013 +0100
configure.ac: use WebKit2 by default
We are almost certainly going to switch to WebKit2 by default for 3.8,
so change the flag here. There's very few regressions left and we have
patches for them, but if we can always change the flag back right
before release. Meanwhile, give this some wider exposure in the RC.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0e6300e..ba768e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,8 +93,8 @@ GCR_REQUIRED=3.5.5
AVAHI_REQUIRED=0.6.22
AC_ARG_WITH(webkit2,
- [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=no]])],
- [],[with_webkit2=no])
+ [AS_HELP_STRING([--with-webkit2],[build with WebKit2 [default=yes]])],
+ [],[with_webkit2=yes])
if test "x$with_webkit2" != xno; then
WEBKIT_GTK_PC_NAME=webkit2gtk-3.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]