gconf 2.28.0: Add missing DEPENDS on glib-2.0. Release-2010-05/1
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 25 May 2010 11:47:34 +0000 (12:47 +0100)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 25 May 2010 11:47:34 +0000 (12:47 +0100)
recipes/gnome/gconf_2.28.0.bb

index 225302b..9a87b5c 100644 (file)
@@ -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"