mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 10:18:02 +02:00
Require pixman 0.11.2 for 32 bit regions
This commit is contained in:
parent
c3121543f8
commit
a95e81261f
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ CAIRO_LIBS=$CAIRO_NONPKGCONFIG_LIBS
|
|||
|
||||
dnl ===========================================================================
|
||||
|
||||
PIXMAN_VERSION="0.10.0"
|
||||
PIXMAN_VERSION="0.11.2"
|
||||
PIXMAN_REQUIRES="pixman-1 >= $PIXMAN_VERSION"
|
||||
PKG_CHECK_MODULES(pixman, $PIXMAN_REQUIRES, ,
|
||||
[AC_MSG_ERROR([pixman >= $PIXMAN_VERSION is required
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue