From: Thomas Zimmermann Date: Thu, 11 Mar 2010 20:21:20 +0000 (+0100) Subject: pingus: update wrapper script for gta{01|02} X-Git-Tag: Release-2010-05/1~346 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=907c4dbbccba448c930f885c3b20c990c1be2351;p=openembedded.git pingus: update wrapper script for gta{01|02} * old script does not work with newer xrandr anymore Signed-off-by: Thomas Zimmermann --- 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"