Require pixman 0.17.5

We want pixman_image_composite32() and pixman_image_fill_boxes()
This commit is contained in:
Benjamin Otte 2010-01-27 09:21:41 +01:00
parent 0a19ad7c10
commit b648365cfa

View file

@ -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