summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorWilliam Bader <william@newspapersystems.com>2016-02-25 21:01:16 +1030
committerAdrian Johnson <ajohnson@redneon.com>2016-02-25 21:01:16 +1030
commit989ceb6bd90cc8a79dd48c58183f1855de269c9b (patch)
treec4bbc887115d82ff97b463ec4076c22651777722 /config.h.cmake
parent91c0be60f3e7a53373ba660702358cf52f74d1b2 (diff)
Add support for Flate compression in Level 3 PostScript output.
The changes to the build variables are from Adrian Johnson's DeflateStream patches at https://bugs.freedesktop.org/attachment.cgi?id=89776
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 440a13d0..60c5120a 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -18,9 +18,12 @@
/* Do not hardcode the library location */
#cmakedefine ENABLE_RELOCATABLE 1
-/* Use zlib instead of builtin zlib decoder. */
+/* Build against zlib. */
#cmakedefine ENABLE_ZLIB 1
+/* Use zlib instead of builtin zlib decoder to uncompress flate streams. */
+#cmakedefine ENABLE_ZLIB_UNCOMPRESS 1
+
/* Use cairo for rendering. */
#cmakedefine HAVE_CAIRO 1