[cairo] [PATCH] Pull -lz for the script backend

Olivier Blin olivier.blin at softathome.com
Thu Aug 11 12:30:43 UTC 2016


Hello,

Can this old patch be merged?
This is a simple build fix for the script backend on some platforms.

Thanks

Le 26/11/2015 à 18:56, Olivier Blin a écrit :
> It uses cairo_deflate_stream.
> ---
>   configure.ac | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/configure.ac b/configure.ac
> index 2ce1959..d90cf10 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 ===========================================================================

-- 
Olivier Blin - SoftAtHome



More information about the cairo mailing list