diff options
author | Carl Worth <cworth@cworth.org> | 2003-12-03 07:14:59 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-12-03 07:14:59 +0000 |
commit | 9cf63b0390b71693a0eb3ba2e6065f7d3f6e240c (patch) | |
tree | 58f0f89a64006c093dfa6a4d028abcf406fb5c8b | |
parent | ae96c8ab929513710cb11d71697759c4c3484aff (diff) |
Add -lz for the compress function used in the PS backend.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | cairo.pc.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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@ |