HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Feature #871637
closedTask #774803: Emscripten clients for web.
Feature #838867: Add SDL2 Emscripten client to autotools build
emscripten: Disable SDL2 configure checks
0%
Description
Disable configure checks for SDL2 for emscripten and set emscripten-specific cflags and libs instead.
Files
Updated by Zoltán Žarkov almost 5 years ago
- File 0001-emscripten-Disable-SDL2-configure-checks.patch 0001-emscripten-Disable-SDL2-configure-checks.patch added
- Sprint/Milestone set to 3.1.0
Updated by Zoltán Žarkov almost 5 years ago
- Subject changed from emscripten: sdl2-client.m4 to emscripten: Disable SDL2 configure checks
Updated by Zoltán Žarkov almost 5 years ago
- Parent issue changed from #869884 to #838867
Updated by Marko Lindqvist almost 5 years ago
- Category set to Bootstrap
That sound.m4 change does not seem right. You still use AM_PATH_SDL2() for emscripten builds too, but even if it says that SDL2 was not found (you check the result for regular builds only, after emscripten specific block) you proceed to declare sdl mixer usable. You probably should respect what AM_PATH_SDL2() says even if it always should return success in emscripten builds.
Updated by Zoltán Žarkov almost 5 years ago
- File 0001-emscripten-Disable-SDL2-configure-checks.patch 0001-emscripten-Disable-SDL2-configure-checks.patch added
- Skip AM_PATH_SDL2 for emscripten builds. Running sdl2-config won't do anything useful for emscripten builds.
Updated by Marko Lindqvist almost 5 years ago
- Status changed from New to Resolved
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist almost 5 years ago
- Status changed from Resolved to Closed