From: Richard Purdie Date: Wed, 6 Dec 2006 16:25:49 +0000 (+0000) Subject: matchbox-poky: No need to show the cursor on qemuarm now X-Git-Tag: 2011-1~12398 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3664b2a09ed6f46afa01897d802bfa0efb0a7fd6;p=openembedded-core.git 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 --- 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 # qemu machines.. likely need better detection "ARM-IntegratorCP" | "ARM-Versatile PB") /usr/bin/mbinputmgr & - SHOWCURSOR="yes" + #SHOWCURSOR="yes" ;; esac diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb index c1bb132d23..64c17c58f8 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 = "r20" +PR = "r21" SRC_URI = "file://etc" S = ${WORKDIR}