mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-15 21:00:44 +02:00
[configure.in] Make PS backend require zlib too (#12210)
The PS backend uses zlib these days. Make it depend on zlib being available
like PDF has been doing.
(cherry picked from commit 114b07881e)
This commit is contained in:
parent
e544c75f6a
commit
003dc9edab
1 changed files with 5 additions and 1 deletions
|
|
@ -522,7 +522,11 @@ fi
|
|||
|
||||
dnl ===========================================================================
|
||||
|
||||
CAIRO_BACKEND_ENABLE(ps, PostScript, ps, PS_SURFACE, auto, [use_ps=yes])
|
||||
CAIRO_BACKEND_ENABLE(ps, PostScript, ps, PS_SURFACE, auto, [
|
||||
# The ps backend requires zlib.
|
||||
use_ps=$have_libz
|
||||
ps_NONPKGCONFIG_LIBS=-lz
|
||||
])
|
||||
|
||||
dnl ===========================================================================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue