diff options
author | Carl Worth <cworth@cworth.org> | 2005-01-12 14:40:14 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-01-12 14:40:14 +0000 |
commit | 5235dbb80f966acf8d4fe4bdf75766803824e7af (patch) | |
tree | bd9a0d68ad062e3e307bc140c2780fbc8ae6026a /cairo.pc.in | |
parent | 4796dc0b26d5f56eecc4e208afc6b99ee4a7483e (diff) |
A NULL cairo_t * is not sane.
Add freetype flags so that things work with freetype in a non-standard location, (a little extra work here since freetype doesn't use pkg-config).
Add several items culled from recent mailing list discussions.
Add bugs on cache locking and surface pattern scaling.
Diffstat (limited to 'cairo.pc.in')
-rw-r--r-- | cairo.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cairo.pc.in b/cairo.pc.in index 7999eb69..4457b5d2 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@ @PNG_REQUIRES@ @GLITZ_REQUIRES@ -Libs: -L${libdir} -lcairo -Cflags: -I${includedir} +Libs: @FREETYPE_LIBS@ -L${libdir} -lcairo +Cflags: @FREETYPE_CFLAGS@ -I${includedir} |