[cairo-commit] configure.in
Behdad Esfahbod
behdad at kemper.freedesktop.org
Thu Jan 24 22:00:26 PST 2008
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8983208f456c6f570698df46174faa0208d6de5f
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Fri Jan 25 01:00:21 2008 -0500
[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.
diff --git a/configure.in b/configure.in
index f0a7dc9..3ded8a5 100644
--- a/configure.in
+++ b/configure.in
@@ -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
More information about the cairo-commit
mailing list