aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zaurusd/files/zaurus-hinge.matchbox-landscape
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zaurusd/files/zaurus-hinge.matchbox-landscape')
-rw-r--r--recipes/zaurusd/files/zaurus-hinge.matchbox-landscape4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/zaurusd/files/zaurus-hinge.matchbox-landscape b/recipes/zaurusd/files/zaurus-hinge.matchbox-landscape
index a048769f7d..32710b2a67 100644
--- a/recipes/zaurusd/files/zaurus-hinge.matchbox-landscape
+++ b/recipes/zaurusd/files/zaurus-hinge.matchbox-landscape
@@ -18,8 +18,8 @@
killproc ${ZD_BINDIR}/matchbox-stroke
if [ -x ${ZD_BINDIR}/xrandr ]; then
- if ! ( xrandr | awk '{print $4}' | grep -q normal )
+ if ! ( xrandr | awk '{print $4}' | grep -q $XRANDR_LANDSCAPE )
then
- ${ZD_BINDIR}/xrandr -o normal
+ ${ZD_BINDIR}/xrandr -o $XRANDR_LANDSCAPE
fi
fi