From 907c4dbbccba448c930f885c3b20c990c1be2351 Mon Sep 17 00:00:00 2001 From: Thomas Zimmermann Date: Thu, 11 Mar 2010 21:21:20 +0100 Subject: pingus: update wrapper script for gta{01|02} * old script does not work with newer xrandr anymore Signed-off-by: Thomas Zimmermann --- recipes/pingus/files/pingus-gta012.sh | 4 ++-- recipes/pingus/pingus_0.7.2.bb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/pingus') diff --git a/recipes/pingus/files/pingus-gta012.sh b/recipes/pingus/files/pingus-gta012.sh index 70346c5646..4edcdc9060 100644 --- a/recipes/pingus/files/pingus-gta012.sh +++ b/recipes/pingus/files/pingus-gta012.sh @@ -1,4 +1,4 @@ #!/bin/sh -xrandr -o 3 -pingus.bin --fast-mode -g 640x480 --disable-music --disable-sound --fullscreen +xrandr -o 1 +pingus.bin -w -g 640x434 --disable-music --disable-sound xrandr -o 0 diff --git a/recipes/pingus/pingus_0.7.2.bb b/recipes/pingus/pingus_0.7.2.bb index 10f99bae0e..6c1725f260 100644 --- a/recipes/pingus/pingus_0.7.2.bb +++ b/recipes/pingus/pingus_0.7.2.bb @@ -3,7 +3,7 @@ DEPENDS = "virtual/libiconv virtual/libsdl libsdl-image libsdl-mixer boost libpn LICENSE = "GPL" HOMEPAGE = "http://pingus.seul.org/" SECTION = "x11/games" -PR = "r2" +PR = "r3" ARM_INSTRUCTION_SET = "arm" -- cgit 1.2.3-korg