Added cairo 1.2.0 as needed by gtk 2.10

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@517 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Jorn Baayen 2006-07-20 10:48:48 +00:00
parent eefc8d5e32
commit 8d907891ad
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
SECTION = "libs"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@debian.org>"
DEPENDS = "libx11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"
PR = "r1"
SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz"
inherit autotools pkgconfig
do_stage () {
autotools_stage_all
}