summaryrefslogtreecommitdiffstats
path: root/meta-extras
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-02 15:21:55 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-02 15:21:55 +0000
commit0c01acd2534f86da40b2a57e87e4f3196645e60d (patch)
treeba8eebf849f08c81722e57ef2e37c9ea2d82de7b /meta-extras
parentabba46adc1fa5c4dfcc9297caa2fe128880e3aa2 (diff)
downloadopenembedded-core-0c01acd2534f86da40b2a57e87e4f3196645e60d.tar.gz
matchbox-applet-volume: added missing dependency on gtk+
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4785 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras')
-rw-r--r--meta-extras/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-extras/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb b/meta-extras/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb
index 1f09c3e7dc..e4b843f6b1 100644
--- a/meta-extras/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb
+++ b/meta-extras/packages/matchbox-applet-volume/matchbox-applet-volume_0.1.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Matchbox Volume Applet"
LICENSE = "GPL"
-DEPENDS = "matchbox-wm libmatchbox"
+DEPENDS = "matchbox-wm libmatchbox gtk+"
SECTION = "x11/wm"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-volume/${PV}/mb-applet-volume-${PV}.tar.gz"