diff options
Diffstat (limited to 'meta')
| -rwxr-xr-x | meta/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 4 | ||||
| -rw-r--r-- | meta/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
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 a3dd6e56a0..13160835da 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 | |||
| 12 | "Generic OMAP1510/1610/1710") | 12 | "Generic OMAP1510/1610/1710") |
| 13 | /usr/bin/mbinputmgr & | 13 | /usr/bin/mbinputmgr & |
| 14 | ;; | 14 | ;; |
| 15 | "ARM-IntegratorCP") | 15 | # qemu machines.. likely need better detection |
| 16 | "ARM-IntegratorCP" | "ARM-Versatile PB") | ||
| 16 | /usr/bin/mbinputmgr & | 17 | /usr/bin/mbinputmgr & |
| 17 | SHOWCURSOR="yes" | 18 | SHOWCURSOR="yes" |
| 18 | ;; | 19 | ;; |
| @@ -32,7 +33,6 @@ matchbox-panel --orientation east \ | |||
| 32 | --no-session \ | 33 | --no-session \ |
| 33 | --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & | 34 | --default-apps mb-applet-home,mb-applet-clock,mb-applet-battery & |
| 34 | 35 | ||
| 35 | ## eek ugly no cursor hack - transparent theme should do this | ||
| 36 | exec matchbox-window-manager -use_cursor $SHOWCURSOR $@ | 36 | exec matchbox-window-manager -use_cursor $SHOWCURSOR $@ |
| 37 | 37 | ||
| 38 | 38 | ||
diff --git a/meta/packages/matchbox-poky/matchbox-poky_0.1.bb b/meta/packages/matchbox-poky/matchbox-poky_0.1.bb index 7a4eb72999..c1bb132d23 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" | |||
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
| 3 | SECTION = "x11" | 3 | SECTION = "x11" |
| 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" | 4 | RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" |
| 5 | PR = "r19" | 5 | PR = "r20" |
| 6 | 6 | ||
| 7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
| 8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |
