From: Paul Sokolovsky Date: Sat, 12 Jan 2008 04:23:42 +0000 (+0000) Subject: supertux 0.1.2: Disable flaming opengl. X-Git-Tag: Release-2010-05/1~7958 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8dd70423924b78ad3ffeb3cf6c753862be58eb5;p=openembedded.git supertux 0.1.2: Disable flaming opengl. * Gives whole 0.2 FPS on average ARM hardware. --- diff --git a/packages/supertux/supertux_0.1.2.bb b/packages/supertux/supertux_0.1.2.bb index 9939cf99d3..63c44a0b6c 100644 --- a/packages/supertux/supertux_0.1.2.bb +++ b/packages/supertux/supertux_0.1.2.bb @@ -3,13 +3,14 @@ in a style similar to the original SuperMario games." SECTION = "games" PRIORITY = "optional" LICENSE = "GPL" -PR = "r2" +PR = "r3" SRC_URI = "${SOURCEFORGE_MIRROR}/super-tux/supertux-${PV}.tar.bz2 \ http://ssel.vub.ac.be/Members/DennisWagelaar/download/zaurus/supertux-0.1.2-fp.patch.gz;patch=1 \ file://supertux.png" export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" +EXTRA_OECONF = "--disable-opengl" inherit autotools sdl