summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-08-29 22:46:04 +0000
committerMatthew Allum <mallum@openedhand.com>2006-08-29 22:46:04 +0000
commit015306454ca0ef4e46493dd90c8002103abfa5fd (patch)
tree4d83c5e9e6ea01eef9e74f79e96dd3a274e054bc /meta
parent6527a796160869a8590042b0fd5bab98df0fcd65 (diff)
downloadopenembedded-core-015306454ca0ef4e46493dd90c8002103abfa5fd.tar.gz
openembedded-core-015306454ca0ef4e46493dd90c8002103abfa5fd.tar.bz2
openembedded-core-015306454ca0ef4e46493dd90c8002103abfa5fd.tar.xz
openembedded-core-015306454ca0ef4e46493dd90c8002103abfa5fd.zip
Fix cursor hiding when running on qemu versatile board
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@679 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rwxr-xr-xmeta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session4
-rw-r--r--meta/packages/matchbox-poky/matchbox-poky_0.1.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index a3dd6e56a..13160835d 100755
--- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -12,7 +12,8 @@ case `module_id` in
"Generic OMAP1510/1610/1710")
/usr/bin/mbinputmgr &
;;
- "ARM-IntegratorCP")
+ # qemu machines.. likely need better detection
+ "ARM-IntegratorCP" | "ARM-Versatile PB")
/usr/bin/mbinputmgr &
SHOWCURSOR="yes"
;;
@@ -32,7 +33,6 @@ matchbox-panel --orientation east \
--no-session \
--default-apps mb-applet-home,mb-applet-clock,mb-applet-battery &
-## eek ugly no cursor hack - transparent theme should do this
exec matchbox-window-manager -use_cursor $SHOWCURSOR $@
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
index 7a4eb7299..c1bb132d2 100644
--- a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r19"
+PR = "r20"
SRC_URI = "file://etc"
S = ${WORKDIR}