From 789af2fb86aa6fbb5ec42370bc672afb6a84478e Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Thu, 14 May 2026 14:16:44 -0400 Subject: 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 --- libview/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'libview') 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( -- cgit v1.2.1