summaryrefslogtreecommitdiff
path: root/cairo.pc.in
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-10-26 14:38:43 +0000
committerCarl Worth <cworth@cworth.org>2004-10-26 14:38:43 +0000
commitf8e632ab1e0673cecd2ea68b3c0e6747b74d7cd6 (patch)
tree647a7a3d83435760e58b4dd66cfbd8f40fa5e879 /cairo.pc.in
parentbf8374dba260c80ae8ee33c1eb5bddf39ae649f4 (diff)
Add initial regression test suite.
Don't AC_SUBST a dozen different FOO_CFLAGS and FOO_LIBS. Instead, incrementally build up just CAIRO_CFLAGS and CAIRO_LIBS. Don't list flags that should get picked up via dependency information through Requires. Add description of move_to_show_surface.
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 b2859b24..339d576b 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@ @GLITZ_REQUIRES@
-Libs: -L${libdir} -lcairo -lm @XRENDER_LIBS@ @PS_LIBS@ @FREETYPE_LIBS@
+Libs: -L${libdir} -lcairo -lm
Cflags: -I${includedir} @FREETYPE_CFLAGS@