summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@igalia.com>2019-01-30 18:00:34 -0600
committerJan-Michael Brummer <jan.brummer@tabos.org>2019-01-31 17:08:21 +0000
commit190018353c2c273ffbaad74a041ab36c126db6ff (patch)
tree1a7a2f67bc67ef510e7f06a09fc9ea6fe1c6d16b /meson.build
parenta5563802873c18cfbbe7d212948f15215af0eeb1 (diff)
downloadepiphany-190018353c2c273ffbaad74a041ab36c126db6ff.tar.gz
Remove the PDF support
Unfortunately it's not ready for 3.32, and we're reconsidering the implementation details. Fixes #659
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 956e6ad6b..12623a28b 100644
--- a/meson.build
+++ b/meson.build
@@ -85,8 +85,6 @@ nettle_requirement = '>= 3.4'
webkitgtk_requirement = '>= 2.21.92'
cairo_dep = dependency('cairo', version: '>= 1.2')
-evince_document_dep = dependency('evince-document-3.0')
-evince_view_dep = dependency('evince-view-3.0')
gcr_dep = dependency('gcr-3', version: '>= 3.5.5')
gdk_dep = dependency('gdk-3.0', version: gtk_requirement)
gdk_pixbuf_dep = dependency('gdk-pixbuf-2.0', version: '>= 2.36.5')