mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-28 18:00:14 +01:00
Require libpixman >= 0.1.5, (since 0.1.4 crashes on some X servers).
This commit is contained in:
parent
ad0e040fb6
commit
eb12e49308
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-07-06 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* configure.in: Require libpixman >= 0.1.5, (since 0.1.4 crashes
|
||||
on some X servers).
|
||||
|
||||
2005-07-05 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* src/cairo-ps-surface.c: Disable the compilation of the
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ AC_SUBST(GLITZ_REQUIRES)
|
|||
|
||||
dnl ===========================================================================
|
||||
|
||||
PKG_CHECK_MODULES(PIXMAN, libpixman >= 0.1.4)
|
||||
PKG_CHECK_MODULES(PIXMAN, libpixman >= 0.1.5)
|
||||
CAIRO_CFLAGS="$CAIRO_CFLAGS $PIXMAN_CFLAGS"
|
||||
CAIRO_LIBS="$CAIRO_LIBS $PIXMAN_LIBS"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue