diff options
author | Carl Worth <cworth@cworth.org> | 2003-12-11 12:43:58 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-12-11 12:43:58 +0000 |
commit | 5b38b14ff2bf8cfc74f5f14339d3aeff0d01a769 (patch) | |
tree | bb101b09d14be65f6ba395fb41fd27ab248983dd /cairo.pc.in | |
parent | 18ae004832b6bf3d12a8ee4e9199bc847a46031f (diff) |
Directly fold in slim stuff rather than depending on it from an external package.
Switch from libic to libpixman.
Include pixman.h not ic.h. (__external_linkage): Directly fold in slim stuff rather than depending on it from an external package.
Look for libpixman instead of libic and slim.
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 39b8dd8d..6adeb90c 100644 --- a/cairo.pc.in +++ b/cairo.pc.in @@ -7,7 +7,7 @@ Name: cairo Description: Multi-platform 2D graphics library Version: @VERSION@ -Requires: fontconfig libic slim @XRENDER_REQUIRES@ +Requires: fontconfig libpixman @XRENDER_REQUIRES@ Libs: -L${libdir} -lcairo -lm -lz @FREETYPE_LIBS@ Cflags: -I${includedir} @FREETYPE_CFLAGS@ |