Skip to content

Commit

Permalink
Bump pixman requirements to 0.18.4 for assorted fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wilson committed Sep 6, 2010
1 parent 21a2f90 commit 8127f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Supported, "standard" surface backends
------------------------------------
image backend (required)
------------------------
pixman >= 0.12.0 http://cairographics.org/releases
pixman >= 0.18.4 http://cairographics.org/releases

png support (can be left out if desired, but many
----------- applications expect it to be present)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
dnl ===========================================================================

CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
pixman_REQUIRES="pixman-1 >= 0.17.5"
pixman_REQUIRES="pixman-1 >= 0.18.4"
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
image_REQUIRES=$pixman_REQUIRES
Expand Down

0 comments on commit 8127f1f

Please sign in to comment.