summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-06 16:25:49 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-06 16:25:49 +0000
commit3664b2a09ed6f46afa01897d802bfa0efb0a7fd6 (patch)
treef53a3deba193a5cda4e175fcfb097063dd8000d7 /meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
parentcf6698708c6a1acf7b254c0f52fb157721ee9c23 (diff)
downloadpoky-3664b2a09ed6f46afa01897d802bfa0efb0a7fd6.tar.gz
matchbox-poky: No need to show the cursor on qemuarm now
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1012 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session')
-rwxr-xr-xmeta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 13160835da..36cfee7c61 100755
--- a/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -15,7 +15,7 @@ case `module_id` in
15 # qemu machines.. likely need better detection 15 # qemu machines.. likely need better detection
16 "ARM-IntegratorCP" | "ARM-Versatile PB") 16 "ARM-IntegratorCP" | "ARM-Versatile PB")
17 /usr/bin/mbinputmgr & 17 /usr/bin/mbinputmgr &
18 SHOWCURSOR="yes" 18 #SHOWCURSOR="yes"
19 ;; 19 ;;
20esac 20esac
21 21