[cairo-commit] configure.ac
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Sep 17 16:17:14 PDT 2008
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 32d3bfdde826e0f92a619c8c157fd5467aff729d
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Sep 17 19:16:25 2008 -0400
[configure.ac] Set pixman required version back to 0.12.0
I accidentally committed and pushed changing that version to 0.11.0.
diff --git a/configure.ac b/configure.ac
index 43ac6db..02e8c8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,7 +419,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
dnl ===========================================================================
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
- pixman_REQUIRES="pixman-1 >= 0.11.0"
+ pixman_REQUIRES="pixman-1 >= 0.12.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
More information about the cairo-commit
mailing list