diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-05 07:30:13 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-06-05 07:32:44 +0100 |
commit | 60aefd0d634c531353c92b77b36424b142efeb93 (patch) | |
tree | 84b3e5bc2cdbd41db5c422829a3a31cf7ef54ede | |
parent | 9d7a7e76b8bccc2517950976bb8557cd7b955a11 (diff) |
[configure] Bump pixman dependency.
Reflect was only fixed in the 0.15 series, so require at least that
version of pixman so we can that advantage of that and drop our
workaround.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8afadcc8..5856f599 100644 --- a/configure.ac +++ b/configure.ac @@ -450,7 +450,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no) dnl =========================================================================== CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [ - pixman_REQUIRES="pixman-1 >= 0.12.0" + pixman_REQUIRES="pixman-1 >= 0.15.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 |