summaryrefslogtreecommitdiff
path: root/cairo.pc.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-01-12 14:40:14 +0000
committerCarl Worth <cworth@cworth.org>2005-01-12 14:40:14 +0000
commit5235dbb80f966acf8d4fe4bdf75766803824e7af (patch)
treebd9a0d68ad062e3e307bc140c2780fbc8ae6026a /cairo.pc.in
parent4796dc0b26d5f56eecc4e208afc6b99ee4a7483e (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.in4
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}