diff options
author | Carl Worth <cworth@cworth.org> | 2003-07-30 08:30:50 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-07-30 08:30:50 +0000 |
commit | e97cfd5eae9874cd665646403a6f8e5fbdf5621e (patch) | |
tree | 080fbedc4a063487200229bdadab179ebf19004c /cairo.pc.in | |
parent | 2026b1c44aeeb09e7015efadd508aeec28d778fa (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.in | 2 |
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} |