libera/#maemo/ Monday, 2020-03-02

dos1Allegro 5 works fine on Maemo 5 already05:06
dos1when compiled with SDL backend05:06
dos1take SDL 2.0.10 with some patches: https://github.com/dos1/SDL-mirror/tree/maemo505:07
dos1compile with05:07
dos1cmake .. -DCMAKE_BUILD_TYPE=Release -DEXTRA_CFLAGS="-mfpu=neon -DGLchar=char -DEGLAttrib=intptr_t" -DVIDEO_X11_XINERAMA=OFF05:07
dos1and then build vanila Allegro 5.2.6 with05:08
dos1CFLAGS="-mfpu=neon -DGLchar=char" cmake .. -DALLEGRO_SDL=yes -DWANT_DEMO=no -DWANT_EXAMPLES=no05:08
dos1some of my less demanding allegro games work just fine on n900 with fremantle05:09
brolin_empeydos1: I would hope that Allegro games work if Quake III: (Team) Arena works, heh.05:34
dos1it's hardly relevant :P05:38
dos1Allegro games wouldn't work if I hadn't removed its dependency on desktop GL and GLX when compiled for GNU/Linux05:39
dos1but that already happened a few releases ago, now it works with no additional patches05:40

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!