diff options
author | Carl Worth <cworth@cworth.org> | 2003-12-12 11:44:16 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-12-12 11:44:16 +0000 |
commit | e232072c12d5bd4bc1d093658428007e47114a2e (patch) | |
tree | 1a0a277d2488e29703a74dbccc7fcca360c048c4 /cairo.pc.in | |
parent | a02d8aaa595b4893f9b25715c0bd5fbc8ee7b3c8 (diff) |
Add conditionals for ps_surface functions, etc.
Get rid of AC_PATH_XTRA. Instead, find X includes/libraries only via pkg-config xrender. Switch option from --without-x to --disable-xlib Add option --disable-ps
Add -lz only if ps_surface backend is compiled.
Diffstat (limited to 'cairo.pc.in')
-rw-r--r-- | cairo.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo.pc.in b/cairo.pc.in index 6adeb90c..6c66150c 100644 --- a/cairo.pc.in +++ b/cairo.pc.in @@ -8,6 +8,6 @@ Description: Multi-platform 2D graphics library Version: @VERSION@ Requires: fontconfig libpixman @XRENDER_REQUIRES@ -Libs: -L${libdir} -lcairo -lm -lz @FREETYPE_LIBS@ +Libs: -L${libdir} -lcairo -lm @PS_SURFACE_LIBS@ @FREETYPE_LIBS@ Cflags: -I${includedir} @FREETYPE_CFLAGS@ |