From: Marcin Juszkiewicz Date: Wed, 2 Jul 2008 15:21:55 +0000 (+0000) Subject: matchbox-applet-volume: added missing dependency on gtk+ X-Git-Tag: 2011-1~8706 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0c01acd2534f86da40b2a57e87e4f3196645e60d;p=openembedded-core.git 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 --- 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"