Fix configure.in and cairo.pc.in now that cairo no longer depends on Xft.

This commit is contained in:
Carl Worth 2003-11-04 08:33:45 +00:00
parent 7765a3c676
commit 8d88d5da17
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2003-11-04 Carl Worth <cworth@east.isi.edu>
* configure.in:
* cairo.pc.in (Requires): cairo doesn't depend on Xft after the
recent text work.
2003-11-03 Carl Worth <cworth@isi.edu>
* configure.in (CAIRO_VERSION): Bump version to 0.1.11 for new

View file

@ -7,7 +7,7 @@ Name: cairo
Description: Multi-platform 2D graphics library
Version: @VERSION@
Requires: libic xft slim
Requires: libic slim
Libs: -L${libdir} -lcairo -lm
Cflags: -I${includedir}

View file

@ -40,7 +40,7 @@ AC_PATH_XTRA
dnl ===========================================================================
PKG_CHECK_MODULES(CAIRO, slim >= 0.2.0 libic >= 0.1.3 xft xrender >= 0.6)
PKG_CHECK_MODULES(CAIRO, slim >= 0.2.0 libic >= 0.1.3 xrender >= 0.6)
AC_SUBST(CAIRO_CFLAGS)
AC_SUBST(CAIRO_LIBS)