[cairo-commit] configure.ac README

Andrea Canciani ranma42 at kemper.freedesktop.org
Wed Jan 19 06:10:32 PST 2011


 README       |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 72a9d49a530456e7002675235333885c70580abb
Author: Andrea Canciani <ranma42 at gmail.com>
Date:   Wed Jan 19 15:04:49 2011 +0100

    Bump pixman requirements to 0.20.2 for radial gradients
    
    Pixman has PDF-like radial gradients since 0.20.0, but the
    implementation of the tangent circles case was not correct. This has
    been fixed in 0.20.2, along with some invalid operations fixes.

diff --git a/README b/README
index d7bdb5c..ee7bd50 100644
--- a/README
+++ b/README
@@ -89,7 +89,7 @@ Supported, "standard" surface backends
 ------------------------------------
 	image backend (required)
 	------------------------
-	pixman >= 0.18.4	http://cairographics.org/releases
+	pixman >= 0.20.2	http://cairographics.org/releases
 
 	png support (can be left out if desired, but many
 	-----------  applications expect it to be present)
diff --git a/configure.ac b/configure.ac
index 023e3e3..f92e84a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -593,7 +593,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
 dnl ===========================================================================
 
 CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
-  pixman_REQUIRES="pixman-1 >= 0.18.4"
+  pixman_REQUIRES="pixman-1 >= 0.20.2"
   PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
   use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
   image_REQUIRES=$pixman_REQUIRES


More information about the cairo-commit mailing list