diff options
| -rwxr-xr-x | meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | 8 | ||||
| -rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session index 8d095f3cd4..8a2bdd013a 100755 --- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session +++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session | |||
| @@ -1,6 +1,12 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | SHOWCURSOR="no" | 3 | . /etc/formfactor/config |
| 4 | |||
| 5 | if [ "$HAVE_TOUCHSCREEN" = "1" ]; then | ||
| 6 | SHOWCURSOR="no" | ||
| 7 | else | ||
| 8 | SHOWCURSOR="yes" | ||
| 9 | fi | ||
| 4 | 10 | ||
| 5 | matchbox-desktop & | 11 | matchbox-desktop & |
| 6 | 12 | ||
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index bf39d73571..78598ce63d 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | DESCRIPTION = "Custom MB session files for poky" | 1 | DESCRIPTION = "Custom MB session files for poky" |
| 2 | LICENSE = "GPL" | 2 | LICENSE = "GPL" |
| 3 | SECTION = "x11" | 3 | SECTION = "x11" |
| 4 | RDEPENDS = "gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" | 4 | RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato" |
| 5 | RCONFLICTS = "matchbox-common" | 5 | RCONFLICTS = "matchbox-common" |
| 6 | PR = "r16" | 6 | PR = "r17" |
| 7 | 7 | ||
| 8 | SRC_URI = "file://etc file://matchbox-session" | 8 | SRC_URI = "file://etc file://matchbox-session" |
| 9 | S = ${WORKDIR} | 9 | S = ${WORKDIR} |
