[devhelp/wip/webkit-font-size: 3/3] build: require WebKitGTK+ >= 2.19.2



commit d6dd2d8ec909a756f2a85913d40b36db4ac8f36a
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 24 12:47:35 2017 +0100

    build: require WebKitGTK+ >= 2.19.2
    
    See the previous commit, configure.ac is modified in a seprate commit
    because if the meson branch is merged this will cause a conflict.

 README       |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/README b/README
index 749056d..4b1ae1e 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ The Devhelp web page:
 Dependencies:
 - glib >= 2.38
 - gtk+ >= 3.22
-- webkit2gtk-4.0 >= 2.6
+- webkit2gtk-4.0 >= 2.19.2
 - gsettings-desktop-schemas
 
 Devhelp's primary goal is to be an API documentation browser for
diff --git a/configure.ac b/configure.ac
index 80356b6..96a376a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -58,7 +58,7 @@ LT_LIB_M
 
 AX_REQUIRE_DEFINED([AX_PKG_CHECK_MODULES])
 AX_PKG_CHECK_MODULES([DEVHELP],
-                    [gio-2.0 >= 2.38  gtk+-3.0 >= 3.22  webkit2gtk-4.0 >= 2.6],
+                    [gio-2.0 >= 2.38  gtk+-3.0 >= 3.22  webkit2gtk-4.0 >= 2.19.2],
                     [gsettings-desktop-schemas])
 
 # i18n stuff


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