Skip to content

Commit

Permalink
dependency: Drop compatibility with libwebkit2gtk-4.0
Browse files Browse the repository at this point in the history
Many other projects use soup3 already, including nemo-preview which
needs to build against libxreaderview.
  • Loading branch information
clefebvre committed Dec 15, 2023
1 parent da4a228 commit 33a556e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Build-Depends: debhelper-compat (= 12),
libsm-dev,
libspectre-dev,
libtiff-dev,
libwebkit2gtk-4.1-dev (>= 2.4.3) | libwebkit2gtk-4.0-dev (>= 2.4.3),
libwebkit2gtk-4.1-dev (>= 2.4.3),
libxapp-dev (>= 2.5.0),
libx11-dev,
libxml2-dev,
Expand Down
4 changes: 0 additions & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,6 @@ thumbnailer_mime_types = xreader_mime_types

if get_option('epub')
webkit = dependency('webkit2gtk-4.1', version: '>= 2.4.3', required: false)
if not webkit.found()
webkit = dependency('webkit2gtk-4.0', version: '>= 2.4.3')
endif

backend_subdirs += 'epub'
xreader_mime_types += 'application/epub+zip;'
endif
Expand Down

0 comments on commit 33a556e

Please sign in to comment.