diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-12 04:23:42 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-12 04:23:42 +0000 |
commit | d8dd70423924b78ad3ffeb3cf6c753862be58eb5 (patch) | |
tree | 6439eaadfed4f842ac7c531a1c1cfe13d1a8635c /packages/supertux/supertux_0.1.2.bb | |
parent | 3b85f1584efddfb1c51ddb046667d1dfe37f042c (diff) |
supertux 0.1.2: Disable flaming opengl.
* Gives whole 0.2 FPS on average ARM hardware.
Diffstat (limited to 'packages/supertux/supertux_0.1.2.bb')
-rw-r--r-- | packages/supertux/supertux_0.1.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |