diff options
| author | Victor Kareh <[email protected]> | 2026-05-14 14:16:44 -0400 |
|---|---|---|
| committer | Luke from DC <[email protected]> | 2026-07-12 20:34:07 +0000 |
| commit | 789af2fb86aa6fbb5ec42370bc672afb6a84478e (patch) | |
| tree | 056929f5217349b0400ee9a981b1124cd52c55b9 /libview | |
| parent | 1a5c28010afd483f7d30261744e80b15e29481ba (diff) | |
| download | atril-789af2fb86aa6fbb5ec42370bc672afb6a84478e.tar.bz2 atril-789af2fb86aa6fbb5ec42370bc672afb6a84478e.tar.xz | |
epub: Add libgepub-0.7 build dependency
Add libgepub as a required dependency for the EPUB backend in both meson
and autotools build systems. No source code changes yet, but this
prepares for replacing the hand-rolled EPUB parsing with libgepub.
Assisted-by: OpenCode:claude-opus-4-6
Diffstat (limited to 'libview')
| -rw-r--r-- | libview/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/meson.build b/libview/meson.build index a8b7067d..876a0260 100644 --- a/libview/meson.build +++ b/libview/meson.build @@ -82,6 +82,7 @@ libview_deps = [ if webkit.found() libview_deps += webkit + libview_deps += libgepub endif libview = library( |
