diff options
author | Matthew Allum <mallum@openedhand.com> | 2005-10-03 18:16:47 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2005-10-03 18:16:47 +0000 |
commit | d3fcc57cfaa025be340849458930f103bde1a51a (patch) | |
tree | abc6b68d3ce1a14cd8d25410e490a97601aa90f3 /openembedded | |
parent | 17cab4cb0c61bb511e395ae39dc5db0122387e7c (diff) | |
download | poky-d3fcc57cfaa025be340849458930f103bde1a51a.tar.gz |
Add chkhinge86 to matchbox session for now
git-svn-id: https://svn.o-hand.com/repos/poky@109 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded')
-rwxr-xr-x | openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | 3 | ||||
-rw-r--r-- | openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session index 02785ba5b0..6e9cb8b2b0 100755 --- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session +++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session | |||
@@ -1,5 +1,8 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | ## start up check hinge, XXX really needs to go in its own session | ||
4 | chkhinge26 /dev/input/event0 hinge-handler & | ||
5 | |||
3 | ## All this should be done by themeing/xsettings.. ## | 6 | ## All this should be done by themeing/xsettings.. ## |
4 | matchbox-desktop --icon-size 48 \ | 7 | matchbox-desktop --icon-size 48 \ |
5 | --icon-padding 64 \ | 8 | --icon-padding 64 \ |
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb index 341ed49f74..86ecc4cf79 100644 --- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb +++ b/openembedded/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 = "r6" | 5 | PR = "r7" |
6 | 6 | ||
7 | SRC_URI = "file://etc" | 7 | SRC_URI = "file://etc" |
8 | S = ${WORKDIR} | 8 | S = ${WORKDIR} |