From 8f39e0fed9b1a78f6fb16f6461c1b89eba4da2cd Mon Sep 17 00:00:00 2001
From: Chris Lord <chris@openedhand.com>
Date: Fri, 30 Sep 2005 10:55:28 +0000
Subject: Add input manager and startup monitor to poky matchbox session

git-svn-id: https://svn.o-hand.com/repos/poky@80 311d38ba-8fff-0310-9ca6-ca027cbcb966
---
 .../packages/matchbox-poky/matchbox-poky/etc/matchbox/session        | 2 +-
 openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb             | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 033ba8b24..f20340a53 100755
--- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -1,4 +1,4 @@
 #!/bin/sh
 matchbox-desktop --icon-size 64 &
-matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-clock,mb-applet-battery &
+matchbox-panel --orientation east --no-menu --no-session --default-apps mbinputmgr,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
 exec matchbox-window-manager $@
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
index 0d4edc340..cacd39428 100644
--- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -1,7 +1,8 @@
 DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
-PR = "r0"
+DEPENDS = "matchbox matchbox-applet-inputmanager matchbox-applet-startup-monitor"
+PR = "r1"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}
@@ -9,4 +10,4 @@ S = ${WORKDIR}
 do_install() {
 	cp -R ${S}/etc ${D}/etc
 	chmod -R 755 ${D}/etc
-}
\ No newline at end of file
+}
-- 
cgit v1.2.3