diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:18:48 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:18:48 +0000 |
commit | fe4bd95b098cc7025ae9d84826348367345e316f (patch) | |
tree | c51d6236600f30b14f5ca66858bf5cd67a124623 | |
parent | 59d28e093739934857c5e5e1c96466e99d0ba82f (diff) | |
download | poky-fe4bd95b098cc7025ae9d84826348367345e316f.tar.gz |
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
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | DEPENDS = "gtk+ startup-notification apmd dbus" | 3 | DEPENDS = "gtk+ startup-notification apmd dbus dbus-glib" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r3" | 5 | PR = "r3" |
6 | 6 | ||