[configure] Bump pixman dependency

Version 0.15.16 contains the new PDF blend mode operators.
This commit is contained in:
Carlos Garcia Campos 2009-07-14 11:16:24 +02:00
parent 655a4dbc36
commit 16387f0a7d

View file

@ -462,7 +462,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
dnl ===========================================================================
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
pixman_REQUIRES="pixman-1 >= 0.15.0"
pixman_REQUIRES="pixman-1 >= 0.15.16"
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
image_REQUIRES=$pixman_REQUIRES