[oe-commits] org.oe.dev supertux 0.1.2: Disable flaming opengl.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Jan 12 05:05:54 UTC 2008


supertux 0.1.2: Disable flaming opengl.
* Gives whole 0.2 FPS on average ARM hardware.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: b14f8bb00d02ee3137d672117ec2aeb35aba17bc
ViewMTN: http://monotone.openembedded.org/revision/info/b14f8bb00d02ee3137d672117ec2aeb35aba17bc
Files:
1
packages/supertux/supertux_0.1.2.bb
Diffs:

#
# mt diff -r841845db4cfff04ccff4ec075f181561fb3ad63f -rb14f8bb00d02ee3137d672117ec2aeb35aba17bc
#
# 
# 
# patch "packages/supertux/supertux_0.1.2.bb"
#  from [710259857ec8d40cec2249206236924a3d8eb42c]
#    to [09cdf957a3989df2fcb1656badfab95e1da5adb2]
# 
============================================================
--- packages/supertux/supertux_0.1.2.bb	710259857ec8d40cec2249206236924a3d8eb42c
+++ packages/supertux/supertux_0.1.2.bb	09cdf957a3989df2fcb1656badfab95e1da5adb2
@@ -1,15 +1,16 @@ LICENSE = "GPL"
 DESCRIPTION = "SuperTux is a classic 2D jump'n'run sidescroller game \
 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
 






More information about the Openembedded-commits mailing list