From: Phil Blundell Date: Tue, 6 Jul 2004 14:56:53 +0000 (+0000) Subject: rotate Zaurus screen depending on hinge position X-Git-Tag: Release-2010-05/1~18281 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81071d4429249850fceab346c4fbf0232929c9bc;p=openembedded.git rotate Zaurus screen depending on hinge position BKrev: 40eabdb5_Rk_Zp3DhYEpr_ERkc27Sg --- diff --git a/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh b/gpe-session-scripts/gpe-session-scripts-0.61/zaurus.sh new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gpe-session-scripts/gpe-session-scripts_0.61.oe b/gpe-session-scripts/gpe-session-scripts_0.61.oe index 2aba12602d..4f0f5aae22 100644 --- a/gpe-session-scripts/gpe-session-scripts_0.61.oe +++ b/gpe-session-scripts/gpe-session-scripts_0.61.oe @@ -1,4 +1,4 @@ -PR = "r1" +PR = "r2" inherit gpe @@ -6,8 +6,14 @@ DESCRIPTION = "GPE session startup scripts" SECTION = "gpe" PRIORITY = "optional" MAINTAINER = "Philip Blundell " -RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question gpe-clock matchbox-applet-inputmanager" +RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question gpe-clock matchbox-applet-inputmanager xrandr" # more rdepends: keylaunch ipaq-sleep apmd blueprobe -DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock" +DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock xrandr" + +SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-session-scripts-${PV}.tar.gz \ + file://zaurus.sh" + +do_install_append() { + install ${WORKDIR}/zaurus.sh ${D}/etc/X11/Xinit.d/11zaurus +} -SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-session-scripts-${PV}.tar.gz"