Since 25.08 has removed SDL2_image, I added it myself to the manifest. SDL2_image seems to build fine, but for some reason the game can’t find its header file:
engine/texture.cpp:4:10: fatal error: SDL_image.h: No such file or directory
4 | #include "SDL_image.h" | ^\~\~\~\~\~\~\~\~\~\~\~\~
compilation terminated.
On 24.08 the game used to build just fine.
Not sure about that, but I suspect it might be due to the header file being installed into ‘/app/include/SDL2’ and the game probably expects some other directory (possibly due to the path starting with /app).
If that’s the case, is there anything that can be done about it? Any help is appreciated.