summaryrefslogtreecommitdiff
path: root/cairo.pc.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-01-11 10:03:01 +0000
committerKeith Packard <keithp@keithp.com>2005-01-11 10:03:01 +0000
commitad2225c6f4f18570cbd5e4391788458533895bb8 (patch)
tree764a8f3958ec7efdbc91e40c7aaea9cf92aeec0f /cairo.pc.in
parentdc0d812f6c78bfc3e4cbf717cf09a4524d8f149c (diff)
Fix math library detection to use autotools helper
Remove cache memory usage assertions as single objects can be larger than the cache size Decompose font matrix transformations into a couple of helper routines. Return all metrics in font space. Eliminate compiler warning Expect glyph metrics to be in font space. Compute text extents by fetching one glyph metric at a time, transforming to user space and computing the overall bounding box. use 'sincos' where available. Scale factors now ensure the non-scale transform is area preserving. Scale factors requires another parameter to mark the fixed axis. Change license to LGPL Mark int32x32_64_mul as broken (which it still is) Ensure each glyph is located as close to the specified position as possible interface change to _cairo_matrix_compute_scale_factors
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 339d576b2..7999eb692 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 -lm
-Cflags: -I${includedir} @FREETYPE_CFLAGS@
+Libs: -L${libdir} -lcairo
+Cflags: -I${includedir}