mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 20:10:22 +01:00
[configure.in] Require pixman >= 0.9.6
I was experiencing very weird rendering problems and crashes in evince with pixman 0.9.4. Upgrading to pixman 0.9.6 fixed the all. Lets just require it.
This commit is contained in:
parent
5dfe47a3f1
commit
8983208f45
1 changed files with 1 additions and 1 deletions
|
|
@ -277,7 +277,7 @@ CAIRO_LIBS=$CAIRO_NONPKGCONFIG_LIBS
|
|||
|
||||
dnl ===========================================================================
|
||||
|
||||
PIXMAN_VERSION="0.9.4"
|
||||
PIXMAN_VERSION="0.9.6"
|
||||
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