summaryrefslogtreecommitdiff
path: root/cairo.pc.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-12-03 07:14:59 +0000
committerCarl Worth <cworth@cworth.org>2003-12-03 07:14:59 +0000
commit9cf63b0390b71693a0eb3ba2e6065f7d3f6e240c (patch)
tree58f0f89a64006c093dfa6a4d028abcf406fb5c8b /cairo.pc.in
parentae96c8ab929513710cb11d71697759c4c3484aff (diff)
Add -lz for the compress function used in the PS backend.
Diffstat (limited to 'cairo.pc.in')
-rw-r--r--cairo.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo.pc.in b/cairo.pc.in
index 69b593f9..4996450e 100644
--- a/cairo.pc.in
+++ b/cairo.pc.in
@@ -8,6 +8,6 @@ Description: Multi-platform 2D graphics library
Version: @VERSION@
Requires: fontconfig libic slim
-Libs: -L${libdir} -lcairo -lm @FREETYPE_LIBS@
+Libs: -L${libdir} -lcairo -lm -lz @FREETYPE_LIBS@
Cflags: -I${includedir} @FREETYPE_CFLAGS@