Actions
Feature #182
closedFlatpak: Work around outdated build system of SDL2_gfx
Start date:
01/14/2024
Due date:
% Done:
0%
Estimated time:
Description
sdl2-client flatpak build depends on SDL2_gfx, which is built as a module. On some targets build of that module fails because of the ancient build system (e.g. config.guess / config.sub) of SDL2_gfx project.
The solution is to implement build ourselves, instead of relying on automatic build system detection of flatpak.
Only S3_0 and S3_1 affected, as later branches build from included SDL2_gfx copy.
Files
Updated by Marko Lindqvist 10 months ago
- File 0022-Flatpak-Recrete-sdl2-gfx-build-system.patch 0022-Flatpak-Recrete-sdl2-gfx-build-system.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist 10 months ago
- File 0005-Flatpak-Fix-sdl2-gfx-build-on-aarch64.patch 0005-Flatpak-Fix-sdl2-gfx-build-on-aarch64.patch added
Updated to match latest proposal for a flathub recipe.
Updated by Marko Lindqvist 10 months ago
- Status changed from In Review to Closed
Actions