diff options
author | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-02-24 12:27:52 +0000 |
---|---|---|
committer | Olivier Andrieu <oliv__a@users.sourceforge.net> | 2004-02-24 12:27:52 +0000 |
commit | 0a07e28683ef94f393fbc20aedf6d21bd58c9aa9 (patch) | |
tree | 2ec78fbef038462312df24cf128d37cc6127f17b /cairo.pc.in | |
parent | 13911e3d67f272920fa0a66ec6dcb8f910f771cd (diff) |
autoconf support for the PNG backend. Bump version to 0.1.19.
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 6c66150c6..8383f274b 100644 --- a/cairo.pc.in +++ b/cairo.pc.in @@ -7,7 +7,7 @@ Name: cairo Description: Multi-platform 2D graphics library Version: @VERSION@ -Requires: fontconfig libpixman @XRENDER_REQUIRES@ +Requires: fontconfig libpixman @XRENDER_REQUIRES@ @PNG_REQUIRES@ Libs: -L${libdir} -lcairo -lm @PS_SURFACE_LIBS@ @FREETYPE_LIBS@ Cflags: -I${includedir} @FREETYPE_CFLAGS@ |