[cairo-commit] configure.ac
Bryce Harrington
bryce at kemper.freedesktop.org
Wed Aug 31 21:36:10 UTC 2016
configure.ac | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 35a1761776c97e7e4c3fa54cbe143007e8f3b422
Author: Olivier Blin <olivier.blin at softathome.com>
Date: Thu Nov 26 18:56:48 2015 +0100
Pull -lz for the script backend
It uses cairo_deflate_stream.
Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>
Acked-by: Behdad Esfahbod <behdad.esfahbod at gmail.com>
diff --git a/configure.ac b/configure.ac
index a3cf311..93953a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,6 +470,9 @@ dnl ===========================================================================
any2ppm_cs=no
CAIRO_ENABLE_SURFACE_BACKEND(script, script, yes, [
any2ppm_cs=yes
+ # The script backend requires zlib.
+ use_script=$have_libz
+ script_NONPKGCONFIG_LIBS=-lz
])
dnl ===========================================================================
More information about the cairo-commit
mailing list