diff options
author | Ross Burton <ross@openedhand.com> | 2008-01-07 17:08:43 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-01-07 17:08:43 +0000 |
commit | deff1f408a2c4420cd91076645daf2a10d49ccd2 (patch) | |
tree | 993b4f93c47166cc4a291e0266fd4dbd8498f0fd | |
parent | bd837ac6731d91ae815d20b161c9a9eed10675d0 (diff) | |
download | poky-deff1f408a2c4420cd91076645daf2a10d49ccd2.tar.gz |
matchbox-sato: force touchscreen mode on
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3417 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-sato/matchbox-sato_0.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb index 78598ce63d..b3805b2985 100644 --- a/meta/packages/matchbox-sato/matchbox-sato_0.1.bb +++ b/meta/packages/matchbox-sato/matchbox-sato_0.1.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPL" | |||
3 | SECTION = "x11" | 3 | SECTION = "x11" |
4 | RDEPENDS = "formfactor 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 = "r17" | 6 | PR = "r18" |
7 | 7 | ||
8 | SRC_URI = "file://etc file://matchbox-session" | 8 | SRC_URI = "file://etc file://matchbox-session" |
9 | S = ${WORKDIR} | 9 | S = ${WORKDIR} |
@@ -26,4 +26,5 @@ fi | |||
26 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato | 26 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato |
27 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato | 27 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato |
28 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 9" | 28 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 9" |
29 | gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /desktop/poky/interface/touchscreen true | ||
29 | } | 30 | } |