mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-31 13:40:14 +01:00
Require pixman 0.12.0
This commit is contained in:
parent
86485e76b7
commit
e6f66ef65b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.2"
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue