mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
Fix configure.in and cairo.pc.in now that cairo no longer depends on Xft.
This commit is contained in:
parent
7765a3c676
commit
8d88d5da17
3 changed files with 8 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue