diff options
author | Carl Worth <cworth@cworth.org> | 2004-03-30 18:45:00 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-03-30 18:45:00 +0000 |
commit | 9459871bbf4f027354c781b7d6bc1b9f6a4d1e05 (patch) | |
tree | 5481fb9b0446e6226b54d6b6de133390ede0b031 /cairo.pc.in | |
parent | 76478e4ad004e25d1f0e71be660983eb85b8285e (diff) |
Add checks for Xrender.h in xrender.pc is not found. Remove AC_HELP_STRING to be compatible with older versions of autoconf (thanks to Bill Spitzak <spitzak@d2.com>).
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 8383f274..a7f5d40d 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@ -Libs: -L${libdir} -lcairo -lm @PS_SURFACE_LIBS@ @FREETYPE_LIBS@ +Libs: -L${libdir} -lcairo -lm @PS_SURFACE_LIBS@ @FREETYPE_LIBS@ @XRENDER_LIBS@ Cflags: -I${includedir} @FREETYPE_CFLAGS@ |