]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-poky: No need to show the cursor on qemuarm now
authorRichard Purdie <richard@openedhand.com>
Wed, 6 Dec 2006 16:25:49 +0000 (16:25 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 6 Dec 2006 16:25:49 +0000 (16:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1012 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
meta/packages/matchbox-poky/matchbox-poky_0.1.bb

index 13160835da5fd9a262b30a7a3e93cbc7428c47b4..36cfee7c61cdc4027a0b708e1a2616157e82e427 100755 (executable)
@@ -15,7 +15,7 @@ case `module_id` in
         # qemu machines.. likely need better detection 
        "ARM-IntegratorCP" | "ARM-Versatile PB")
                /usr/bin/mbinputmgr &
-               SHOWCURSOR="yes"
+               #SHOWCURSOR="yes"
                ;;
 esac
 
index c1bb132d23342e3e8937587b4c378d45038488b7..64c17c58f8bfa1cb28c9a99e9bf1050a1266dd0e 100644 (file)
@@ -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 = "r20"
+PR = "r21"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}