Upgrade to cairo 1.4.0

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1332 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2007-03-06 11:23:34 +00:00
parent c54a22bf0c
commit e4ff2458d2
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PREFERRED_VERSION_glib-2.0 ?= "2.12.6"
PREFERRED_VERSION_glib-2.0-native ?= "2.12.4"
PREFERRED_VERSION_cairo ?= "1.3.14"
PREFERRED_VERSION_cairo ?= "1.4.0"
PREFERRED_VERSION_pango ?= "1.16.0"
PREFERRED_VERSION_gtk+ ?= "2.10.9"

View File

@ -3,8 +3,7 @@ DEFAULT_PREFERENCE = "-1"
require cairo.inc
SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz \
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
file://cairo-surface-cache-3.patch;patch=1"
PR = "r0"