From b648365cfa2d808b34b924a6b105718e0673bb9b Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 27 Jan 2010 09:21:41 +0100 Subject: Require pixman 0.17.5 We want pixman_image_composite32() and pixman_image_fill_boxes() --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dc29cc31..64b043dd 100644 --- a/configure.ac +++ b/configure.ac @@ -611,7 +611,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no) dnl =========================================================================== CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [ - pixman_REQUIRES="pixman-1 >= 0.15.16" + pixman_REQUIRES="pixman-1 >= 0.17.5" PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no) use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"]) image_REQUIRES=$pixman_REQUIRES -- cgit v1.2.3