cairo: upgrade cairo to 1.8.10

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke 2010-07-03 21:49:20 +08:00 committed by Richard Purdie
parent 020022ad41
commit 7ccf7af572
5 changed files with 13 additions and 9 deletions

View File

@ -12,7 +12,7 @@ PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
PREFERRED_VERSION_glib-2.0 ?= "2.24.1"
PREFERRED_VERSION_glib-2.0-native ?= "2.24.1"
PREFERRED_VERSION_atk ?= "1.24.0"
PREFERRED_VERSION_cairo ?= "1.8.2"
PREFERRED_VERSION_cairo ?= "1.8.10"
PREFERRED_VERSION_pango ?= "1.22.2"
PREFERRED_VERSION_gtk+ ?= "2.14.2"

View File

@ -1,8 +1,10 @@
DESCRIPTION = "Cairo graphics library"
HOMEPAGE = "http://cairographics.org"
BUGTRACKER = "http://bugs.freedesktop.org"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "MPLv1.1 & LGPLv2.1"
DEPENDS = "virtual/libx11 libsm libpng fontconfig libxrender pixman"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
#check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
require cairo-fpu.inc

View File

@ -0,0 +1,8 @@
require cairo.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=7d7cc3410ae869ed913ebd30d7f45941"
PR = "r0"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
file://hardcoded_libtool.patch"

View File

@ -1,6 +0,0 @@
require cairo.inc
PR = "r1"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \
file://hardcoded_libtool.patch;patch=1"