summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2023-05-04 13:13:22 +0200
committerraveit65 <[email protected]>2023-05-15 19:08:48 +0200
commit727e8167fcc40a37dc91883575b98619e6b1c2b5 (patch)
treef83884fbbd25e078a1c44fbdb8001448904cd450
parent609b8fe648574f83bd27f92a730d6b22488454a4 (diff)
downloadatril-727e8167fcc40a37dc91883575b98619e6b1c2b5.tar.bz2
atril-727e8167fcc40a37dc91883575b98619e6b1c2b5.tar.xz
use webkit2gtk-4.1
- fixes https://github.com/mate-desktop/atril/issues/582
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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