mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-07 07:50:19 +01:00
[configure.ac] Fix pixman requires
This commit is contained in:
parent
391bef58fc
commit
f9a332c8fd
1 changed files with 3 additions and 3 deletions
|
|
@ -415,9 +415,9 @@ CAIRO_ENABLE(test_surfaces, test surfaces, no)
|
|||
dnl ===========================================================================
|
||||
|
||||
CAIRO_ENABLE_SURFACE_BACKEND(image, image, always, [
|
||||
pixman_REQUIRES="pixman-1 >= 0.11.2"
|
||||
PKG_CHECK_MODULES(pixman, $pixman_REQUIRES, , [AC_MSG_RESULT(no)
|
||||
use_image="no (requires $pixman_REQUIRES http://cairographics.org/releases/)"])
|
||||
image_REQUIRES="pixman-1 >= 0.11.2"
|
||||
PKG_CHECK_MODULES(pixman, $image_REQUIRES, , [AC_MSG_RESULT(no)
|
||||
use_image="no (requires $image_REQUIRES http://cairographics.org/releases/)"])
|
||||
])
|
||||
|
||||
dnl ===========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue