mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1723389 - Bump the required version of system pixman. r=firefox-build-system-reviewers,andi
Cairo uses PIXMAN_rgba_float/PIXMAN_rgb_float, which were added in pixman 0.36.0. Differential Revision: https://phabricator.services.mozilla.com/D121570
This commit is contained in:
parent
5ea27b6f31
commit
38d3014aac
@ -2232,7 +2232,7 @@ MOZ_TREE_PIXMAN=1 )
|
||||
if test "$MOZ_TREE_PIXMAN"; then
|
||||
AC_DEFINE(MOZ_TREE_PIXMAN)
|
||||
else
|
||||
PKG_CHECK_MODULES(MOZ_PIXMAN, pixman-1 >= 0.19.2)
|
||||
PKG_CHECK_MODULES(MOZ_PIXMAN, pixman-1 >= 0.36.0)
|
||||
fi
|
||||
|
||||
if test "$OS_ARCH" = "WINNT"; then
|
||||
|
Loading…
Reference in New Issue
Block a user