summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-08-17 15:31:07 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-08-17 15:31:07 +0100
commit7266d59ebc26c5ae80c04f0270fb88f33217ebd9 (patch)
tree5f55f1e8a6ed444f5c298de3459fd05898d5812e /configure.ac
parentf42c0dcf7b37c8daf80e8075aa5286d137062a88 (diff)
configure: Restore previous pixman required version of 0.22.0
With optional compile time support for pixman glyphs, our hard pixman requirement is then just 0.22.0 for the radial fixes (iirc). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d668b685..67b68e2d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -619,7 +619,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
dnl ===========================================================================
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
- pixman_REQUIRES="pixman-1 >= 0.26.0"
+ pixman_REQUIRES="pixman-1 >= 0.22.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