Require libpixman >= 0.1.5, (since 0.1.4 crashes on some X servers).

This commit is contained in:
Carl Worth 2005-07-06 11:23:39 +00:00
parent ad0e040fb6
commit eb12e49308
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-07-06 Carl Worth <cworth@cworth.org>
* configure.in: Require libpixman >= 0.1.5, (since 0.1.4 crashes
on some X servers).
2005-07-05 Carl Worth <cworth@cworth.org>
* src/cairo-ps-surface.c: Disable the compilation of the

View file

@ -233,7 +233,7 @@ AC_SUBST(GLITZ_REQUIRES)
dnl ===========================================================================
PKG_CHECK_MODULES(PIXMAN, libpixman >= 0.1.4)
PKG_CHECK_MODULES(PIXMAN, libpixman >= 0.1.5)
CAIRO_CFLAGS="$CAIRO_CFLAGS $PIXMAN_CFLAGS"
CAIRO_LIBS="$CAIRO_LIBS $PIXMAN_LIBS"