gtk+: moved cairo dependency to common file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4855 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-07-17 09:56:59 +00:00
parent 66ad7f3250
commit ab4f8bb493
4 changed files with 1 additions and 4 deletions

View File

@ -5,7 +5,7 @@ SECTION = "libs"
LICENSE = "LGPL"
PRIORITY = "optional"
DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc-native \
libgcrypt libxdamage libxrender libxcomposite"
libgcrypt libxdamage libxrender libxcomposite cairo"
inherit autotools pkgconfig

View File

@ -1,6 +1,5 @@
require gtk+.inc
DEPENDS += "cairo"
PR = "r20"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \

View File

@ -1,6 +1,5 @@
require gtk+.inc
DEPENDS += "cairo"
PR = "r9"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.12/gtk+-${PV}.tar.bz2 \

View File

@ -1,6 +1,5 @@
require gtk+.inc
DEPENDS += "cairo"
PR = "r1"
SRC_URI = "http://download.gnome.org/sources/gtk+/2.13/gtk+-${PV}.tar.bz2 \