summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-01-27 09:21:41 +0100
committerBenjamin Otte <otte@redhat.com>2010-04-15 18:31:01 +0200
commitb648365cfa2d808b34b924a6b105718e0673bb9b (patch)
treed84420045544e1e9c67b89556bc4c66e5b018b6c
parent0a19ad7c104cd81fa2b93aaf7ef9302f50b3f369 (diff)
Require pixman 0.17.5
We want pixman_image_composite32() and pixman_image_fill_boxes()
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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