diff options
author | monsta <[email protected]> | 2019-08-31 13:06:27 +0300 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2019-08-31 12:53:25 +0200 |
commit | 25baad286f024a881367a82d7ec65545cc1929e7 (patch) | |
tree | 195cbbb6baeb80f2c08b29f592767da98d9bfa34 | |
parent | 266db809cfe170900540ff97fe15534e140a9f93 (diff) | |
download | atril-25baad286f024a881367a82d7ec65545cc1929e7.tar.bz2 atril-25baad286f024a881367a82d7ec65545cc1929e7.tar.xz |
build: require webkit2gtk-4.0 >= 2.6.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8d1c1cad..ccc0fc25 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ dnl Specify required versions of dependencies CAIRO_REQUIRED=1.14.0 GLIB_REQUIRED=2.54.0 GTK_REQUIRED=3.22.0 -WEBKIT_REQUIRED=2.4.3 +WEBKIT_REQUIRED=2.6.0 LIBSECRET_REQUIRED=0.5 LIBXML_REQUIRED=2.5.0 SYNCTEX_REQUIRED=1.21 |