[configure.in] Require pixman >= 0.9.6

I was experiencing very weird rendering problems and crashes in evince with
pixman 0.9.4.  Upgrading to pixman 0.9.6 fixed the all.  Lets just require it.
This commit is contained in:
Behdad Esfahbod 2008-01-25 01:00:21 -05:00
parent 5dfe47a3f1
commit 8983208f45

View file

@ -277,7 +277,7 @@ CAIRO_LIBS=$CAIRO_NONPKGCONFIG_LIBS
dnl ===========================================================================
PIXMAN_VERSION="0.9.4"
PIXMAN_VERSION="0.9.6"
PIXMAN_REQUIRES="pixman-1 >= $PIXMAN_VERSION"
PKG_CHECK_MODULES(pixman, $PIXMAN_REQUIRES, ,
[AC_MSG_ERROR([pixman >= $PIXMAN_VERSION is required