mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 18:08:03 +02:00
Downscaling requires pixman 0.30
This commit is contained in:
parent
0266cb821f
commit
8e1a1ed863
1 changed files with 1 additions and 1 deletions
|
|
@ -656,7 +656,7 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
|
|||
dnl ===========================================================================
|
||||
|
||||
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
|
||||
pixman_REQUIRES="pixman-1 >= 0.16.0"
|
||||
pixman_REQUIRES="pixman-1 >= 0.30.0"
|
||||
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, ,
|
||||
[use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
|
||||
image_REQUIRES=$pixman_REQUIRES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue