mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 15:20:28 +01:00
Update URLs for pixman to point to cairographics.org
This commit is contained in:
parent
6957aa27e8
commit
53378301d4
2 changed files with 5 additions and 4 deletions
7
README
7
README
|
|
@ -65,9 +65,10 @@ each backend:
|
|||
|
||||
Surface backends:
|
||||
|
||||
image backend
|
||||
-------------
|
||||
pixman git://git.freedesktop.org/git/pixman
|
||||
image backend (required)
|
||||
------------------------
|
||||
pixman http://cairographics.org/releases
|
||||
or: git://git.cairographics.org/git/pixman
|
||||
|
||||
glitz backend
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -258,7 +258,7 @@ PIXMAN_VERSION="0.9.4"
|
|||
PIXMAN_REQUIRES="pixman-1 >= $PIXMAN_VERSION"
|
||||
PKG_CHECK_MODULES(pixman, $PIXMAN_REQUIRES, ,
|
||||
[AC_MSG_ERROR([pixman >= $PIXMAN_VERSION is required
|
||||
(http://xorg.freedesktop.org/releases/individual/lib/pixman-$PIXMAN_VERSION.tar.gz)])])
|
||||
(http://cairographics.org/releases/)])])
|
||||
|
||||
CAIRO_REQUIRES="$PIXMAN_REQUIRES $CAIRO_REQUIRES"
|
||||
CAIRO_CFLAGS="$pixman_CFLAGS $CAIRO_CFLAGS"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue