summaryrefslogtreecommitdiff
path: root/cairo.pc.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2003-07-30 08:30:50 +0000
committerCarl Worth <cworth@cworth.org>2003-07-30 08:30:50 +0000
commite97cfd5eae9874cd665646403a6f8e5fbdf5621e (patch)
tree080fbedc4a063487200229bdadab179ebf19004c /cairo.pc.in
parent2026b1c44aeeb09e7015efadd508aeec28d778fa (diff)
Made all changes necessary to abandon the Xc library, (sucking the functionality up into cairo_surface_t instead). Eliminated most of the remaining X datatypes (XFixed, XPointFixed, XLineFixed, XTrapezoid). Fixed some numerical problems relating to pen initialization and intersection calculation.
Diffstat (limited to 'cairo.pc.in')
-rw-r--r--cairo.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cairo.pc.in b/cairo.pc.in
index 8f45191a7..ab7548be8 100644
--- a/cairo.pc.in
+++ b/cairo.pc.in
@@ -7,7 +7,7 @@ Name: cairo
Description: Multi-platform 2D graphics library
Version: @VERSION@
-Requires: xc xft
+Requires: libic xft
Libs: -L${libdir} -lcairo -lm
Cflags: -I${includedir}