diff options
author | Carl Worth <cworth@cworth.org> | 2003-12-11 09:35:07 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2003-12-11 09:35:07 +0000 |
commit | 6cd6ac5a0572666990c6db9492ddf9fc0579a71a (patch) | |
tree | ac4d58c4f52b9b403da2bda73c0476bb6e86e02f /cairo.pc.in | |
parent | b95d2066a56f656df0a1be5fe32115a186d4e46a (diff) |
Add xrender to cairo.pc Renders line if needed.
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 4996450e..39b8dd8d 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 +Requires: fontconfig libic slim @XRENDER_REQUIRES@ Libs: -L${libdir} -lcairo -lm -lz @FREETYPE_LIBS@ Cflags: -I${includedir} @FREETYPE_CFLAGS@ |