Semphriss

Results 172 comments of Semphriss

Small detail, is AppIndicator recorded with the Tray submodule? Should it be?

I found that Debian passes `-DAOM_NEON_INTRIN_FLAG=-mfpu=neon`, I'll share my findings if I can manage to compile it.

Simply passing the argument to CMake when compiling SDL_Image works; I added a `set(AOM_NEON_INTRIN_FLAG -mfpu=neon)` before `add_subdirectory(external/aom EXCLUDE_FROM_ALL)` and it works as well. I'm not sure if that option is...

Normally, `openal.so.1` should be a symlink to `openal.so.1.60.0` and the game would pick it up fine. However, as of recently, it seems like Clickable no longer packs symlinks into the...

That's not the issue there. As I wrote, this is an issue with Clickable, not OpenAL. Changing libraries won't change whether or not symlinks are copied over by Clickable or...

> I know but mojoAL is a single C file OpenAL implementation on top of SDL audio API no additional shared libraries. SuperTux depends on more shared libraries than just...

FWIW, I made #10617 a while ago; the macros might be helpful here, as they allow making systems that don't require linking to any OpenGL library.

It seems that the only build issues that remain are platform-specific build files. Are there instructions on how to update/refresh them? If possible, I'd like to learn the steps, so...

Indeed; are there instructions on how to do that? I must admit I've never done that for any PR until today...