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
This commit is contained in:
Marcin Juszkiewicz
2008-07-02 14:18:48 +00:00
parent 59d28e0937
commit fe4bd95b09

View File

@@ -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"