cairo/cairo-pixman-version.patch

14 lines
579 B
Diff
Raw Normal View History

diff --git a/configure.ac b/configure.ac
index fc875a8..5c87899 100644
--- a/configure.ac
+++ b/configure.ac
@@ -421,7 +421,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.11.8"
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
image_REQUIRES=$pixman_REQUIRES