diff options
author | raveit65 <[email protected]> | 2023-05-04 13:13:22 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-05-06 21:43:04 +0200 |
commit | 92f7d054d2a534bb08f92821e910625ecc0a3760 (patch) | |
tree | 96a9754d55a0ffc48ff71dd19228193b3e1bfecf | |
parent | 39ba86c9d50b614483152335aa22ee83ac2af02e (diff) | |
download | atril-92f7d054d2a534bb08f92821e910625ecc0a3760.tar.bz2 atril-92f7d054d2a534bb08f92821e910625ecc0a3760.tar.xz |
use webkit2gtk-4.1
- fixes https://github.com/mate-desktop/atril/issues/582
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |