commit: db9c620f01b296e864071110b20ef8d0d936bfca
parent dd608ee035f6908bebe3db93b59375bd3d6ee5ff
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 5 Dec 2020 05:31:36 +0100
pure-wayland: SuperTux now works
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notes/pure-wayland.shtml b/notes/pure-wayland.shtml
@@ -22,11 +22,11 @@
<ul>
<li><a href="https://github.com/fmang/oshu">oshu</a>: Yes, just Works™ thanks to it being pure SDL2</li>
<li><a href="https://parallelrealities.itch.io/blob-wars-attrition">Blob Wars : Attrition</a>: Yes, Just Works™ (SDL2)</li>
+ <li><a href="https://supertux.org/">SuperTux</a>: <del>No, because of GLEW</del> Yes, changed it's build configuration to use <a href="https://glbinding.org/">glbinding</a></li>
<li><a href="https://neverball.org">neverball</a>: No, Fails at runtime</li>
<li><a href="https://www.bay12games.com/dwarves">dwarf fortress</a>: No, hard-depends on GTK2+ and libSDL-1</li>
<li><a href="http://armagetronad.org/">armagetronad</a>: No, even in the current SDL2 branch</li>
<li><a href="https://supertuxkart.net/">SuperTuxKart</a>: Not really, works when libX11 is present</li>
- <li><a href="https://supertux.org/">SuperTux</a>: No, because of GLEW</li>
<li><a href="http://www.secretmaryo.org/">Secret Maryo Chronicles</a>: No, hard depends on X11</li>
<li><a href="https://secretchronicles.org/">TSC: The Secret Chronicles of Dr. M.</a>: No, because of SFML</li>
<li><a href="https://github.com/Anuken/Mindustry">Mindustry</a>: Nope, <code>libsdl-arc64.so</code> is shared linked against <code>libGL.so.1</code></li>