[cairo-commit] configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Fri Aug 17 07:33:48 PDT 2012


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7266d59ebc26c5ae80c04f0270fb88f33217ebd9
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Fri Aug 17 15:31:07 2012 +0100

    configure: Restore previous pixman required version of 0.22.0
    
    With optional compile time support for pixman glyphs, our hard pixman
    requirement is then just 0.22.0 for the radial fixes (iirc).
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/configure.ac b/configure.ac
index 3d668b6..67b68e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -619,7 +619,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
 dnl ===========================================================================
 
 CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
-  pixman_REQUIRES="pixman-1 >= 0.26.0"
+  pixman_REQUIRES="pixman-1 >= 0.22.0"
   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