cairo: Drop old version (use 1.0.4 instead)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@895 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2006-11-20 20:15:32 +00:00
parent e1436b2fa3
commit c5afcd84e7
2 changed files with 1 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
SECTION = "libs"
PRIORITY = "optional"
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
}

View File

@@ -1,6 +1,6 @@
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libx11 libpng fontconfig libxrender"
DEPENDS = "virtual/libx11 libpng fontconfig libxrender"
DESCRIPTION = "Cairo graphics library"
LICENSE = "MPL LGPL"