summaryrefslogtreecommitdiff
path: root/libview
diff options
context:
space:
mode:
Diffstat (limited to 'libview')
-rw-r--r--libview/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libview/meson.build b/libview/meson.build
index 0f56f9c4..a8b7067d 100644
--- a/libview/meson.build
+++ b/libview/meson.build
@@ -80,7 +80,7 @@ libview_deps = [
math,
]
-if not get_option('epub').disabled()
+if webkit.found()
libview_deps += webkit
endif