From patchwork Fri May 13 12:43:06 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [08/12] matchbox-panel: depend on xterm(matchbox panel contain an xterm launcher) Date: Fri, 13 May 2011 12:43:06 -0000 From: Denis Carikli X-Patchwork-Id: 3949 Message-Id: <1305290588-7057-8-git-send-email-GNUtoo@no-log.org> To: Stefan Schmidt Cc: openembedded-devel@lists.openembedded.org Signed-off-by: Denis 'GNUtoo' Carikli --- recipes/matchbox-panel/matchbox-panel_0.9.3.bb | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/recipes/matchbox-panel/matchbox-panel_0.9.3.bb b/recipes/matchbox-panel/matchbox-panel_0.9.3.bb index 092d8ba..221f0ad 100644 --- a/recipes/matchbox-panel/matchbox-panel_0.9.3.bb +++ b/recipes/matchbox-panel/matchbox-panel_0.9.3.bb @@ -1,5 +1,6 @@ require matchbox-panel.inc -PR ="r6" +RDEPENDS += "xterm" +PR ="r7" SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \ file://mb-applet-battery-repaint-093.patch \ file://mb-applet-system-monitor-crash.patch \