changeset 1103:7cf9db049342

graphics/cairo: remove ghost poppler dependency
author David Demelier <markand@malikania.fr>
date Tue, 17 Sep 2019 20:05:00 +0200
parents b3bf4db11233
children 57f3afd0846a
files graphics/cairo/cairo.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/graphics/cairo/cairo.sh	Mon Sep 16 14:04:48 2019 +0200
+++ b/graphics/cairo/cairo.sh	Tue Sep 17 20:05:00 2019 +0200
@@ -37,7 +37,7 @@
 : ${GLES2:=no}
 : ${GLES3:=no}
 : ${GLIB:=yes}
-: ${PDF:=yes}
+: ${PDF:=no}            # TODO: set to yes once poppler is available.
 : ${PNG:=yes}
 : ${SVG:=yes}
 : ${TTF:=yes}