Remove mbinputmgr and instead start matchbox-keyboard as required

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1748 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-05-17 11:31:16 +00:00
parent e5b3d85ae0
commit a723b0fb05
2 changed files with 6 additions and 3 deletions

View File

@@ -10,11 +10,14 @@ SHOWCURSOR="no"
case `module_id` in
# On Zaurus models, zaurusd takes care of mbinputmgr for us in its hinge scripts
"Generic OMAP1510/1610/1710")
/usr/bin/mbinputmgr &
matchbox-keyboard --daemon &
;;
"SHARP Shepherd" | "SHARP Husky" | "SHARP Corgi" | \
"SHARP Spitz" | "SHARP Akita" | "SHARP Borzoi")
matchbox-keyboard --daemon --orientation portrait &
;;
# qemu machines.. likely need better detection
"ARM-IntegratorCP" | "ARM-Versatile PB")
/usr/bin/mbinputmgr &
#SHOWCURSOR="yes"
;;
esac

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2"
PR = "r9"
PR = "r10"
SRC_URI = "file://etc"
S = ${WORKDIR}