1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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
-14
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
}
+1 -1
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"