From 727e8167fcc40a37dc91883575b98619e6b1c2b5 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 4 May 2023 13:13:22 +0200 Subject: use webkit2gtk-4.1 - fixes https://github.com/mate-desktop/atril/issues/582 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f6ce93fe..f5496aea 100644 --- a/configure.ac +++ b/configure.ac @@ -622,7 +622,7 @@ AC_ARG_ENABLE(epub, have_webkit="no" if test "x$enable_epub" = "xyes"; then - PKG_CHECK_MODULES(EPUB, webkit2gtk-4.0 >= $WEBKIT_REQUIRED \ + PKG_CHECK_MODULES(EPUB, webkit2gtk-4.1 >= $WEBKIT_REQUIRED \ libxml-2.0 >= $LIBXML_REQUIRED zlib,have_webkit=yes,have_webkit=no) if test "x$have_webkit" = "xyes"; then -- cgit v1.2.1