[devhelp] Switch to WebKit2 by default



commit acdb798d964d039af4dc6790717a0d0973fc6a87
Author: Carlos Garcia Campos <cgarcia igalia com>
Date:   Mon Oct 8 12:29:38 2012 +0200

    Switch to WebKit2 by default
    
    Bump WebKitGTK+ requirement when building with WebKit2 support to 1.10.0
    which is the beta version of the WebKit2 GTK+ API.

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 28efae6..f42500b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,12 +58,12 @@ fi
 AM_CONDITIONAL(GCONF_SCHEMAS_INSTALL, test "x$IGE_PLATFORM" = xx11)
 
 AC_ARG_WITH(webkit2,
-        [AC_HELP_STRING([--with-webkit2], [build with WebKit2 [default=no]])],
-        [],[with_webkit2=no])
+        [AC_HELP_STRING([--with-webkit2], [build with WebKit2 [default=yes]])],
+        [],[with_webkit2=yes])
 
 if test "x$with_webkit2" != xno; then
    WEBKITGTK_PC_NAME=webkit2gtk-3.0
-   WEBKITGTK_REQUIRED_VERSION=1.7.91
+   WEBKITGTK_REQUIRED_VERSION=1.10.0
    AC_DEFINE([HAVE_WEBKIT2],[1],[Define if building with WebKit2])
 else
    WEBKITGTK_PC_NAME=webkitgtk-3.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]