From 92f7d054d2a534bb08f92821e910625ecc0a3760 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 dbdf2b47..9783c8aa 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