From 3353d180837529e23c4f85378fc649ffde51615b Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 24 Aug 2004 08:48:13 +0000 Subject: add gnome-common to DEPENDS in gnome.oeclass BKrev: 412b00cdDOTLquNNPgCjNL0izwSUsQ --- classes/gnome.oeclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes') diff --git a/classes/gnome.oeclass b/classes/gnome.oeclass index d41502cdab..4be151efa2 100644 --- a/classes/gnome.oeclass +++ b/classes/gnome.oeclass @@ -6,6 +6,8 @@ def gnome_verdir(v): SECTION = "gnome" SRC_URI = "${GNOME_MIRROR}/${PN}/${@gnome_verdir("${PV}")}/${PN}-${PV}.tar.bz2" +DEPENDS += "gnome-common" + FILES_${PN} += "${datadir}/application-registry ${datadir}/mime-info \ ${datadir}/gnome-2.0" -- cgit v1.2.3