[cairo-commit] configure.ac

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Sep 10 22:05:14 PDT 2008


 configure.ac |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 2bc53fb152ef4e6a443c177c7ac0cd2193c252ad
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Sep 11 01:04:13 2008 -0400

    [configure.ac] Really fix pixman config

diff --git a/configure.ac b/configure.ac
index 93fb7e1..ec4d3eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -415,9 +415,12 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
 dnl ===========================================================================
 
 CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
-  image_REQUIRES="pixman-1 >= 0.11.2"
-  PKG_CHECK_MODULES(pixman, $image_REQUIRES, , [AC_MSG_RESULT(no)
-  use_image="no (requires $image_REQUIRES http://cairographics.org/releases/)"])
+  pixman_REQUIRES="pixman-1 >= 0.11.2"
+  PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
+  use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
+  image_REQUIRES=$pixman_REQUIRES
+  image_CFLAGS=$pixman_CFLAGS
+  image_LIBS=$pixman_LIBS
 ])
 
 dnl ===========================================================================


More information about the cairo-commit mailing list