From a47f33a79606286803b5548c66ebb1925cdf4ef5 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Tue, 25 May 2010 12:47:34 +0100 Subject: [PATCH] gconf 2.28.0: Add missing DEPENDS on glib-2.0. --- recipes/gnome/gconf_2.28.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/gnome/gconf_2.28.0.bb b/recipes/gnome/gconf_2.28.0.bb index 225302bbf4..9a87b5c43d 100644 --- a/recipes/gnome/gconf_2.28.0.bb +++ b/recipes/gnome/gconf_2.28.0.bb @@ -1,9 +1,11 @@ DESCRIPTION = "GNOME configuration database system" SECTION = "x11/gnome" LICENSE = "LGPL" -DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit" +DEPENDS = "glib-2.0 gtk+ dbus dbus-glib orbit2 libxml2 policykit" ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" +PR = "r1" + S = "${WORKDIR}/GConf-${PV}" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2;name=archive" -- 2.39.5