From: Marcin Juszkiewicz Date: Wed, 2 Jul 2008 14:18:48 +0000 (+0000) Subject: matchbox-panel-2: added missing dependency on dbus-glib X-Git-Tag: 2011-1~8721 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fe4bd95b098cc7025ae9d84826348367345e316f;p=openembedded-core.git matchbox-panel-2: added missing dependency on dbus-glib git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4770 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb index 03504143d5..4dfd81b24b 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -1,6 +1,6 @@ LICENSE = "GPLv2" PRIORITY = "optional" -DEPENDS = "gtk+ startup-notification apmd dbus" +DEPENDS = "gtk+ startup-notification apmd dbus dbus-glib" PV = "0.0+svnr${SRCREV}" PR = "r3"