summaryrefslogtreecommitdiff
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
parentae96c8ab929513710cb11d71697759c4c3484aff (diff)
Add -lz for the compress function used in the PS backend.
-rw-r--r--ChangeLog5
-rw-r--r--cairo.pc.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9615eb91..e4e748ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-03 Carl Worth <cworth@east.isi.edu>
+
+ * cairo.pc.in (Libs): Add -lz for the compress function used in
+ the PS backend.
+
2003-12-01 Keith Packard <keithp@keithp.com>
* TODO:
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@