| Summary: | [PATCH] riscos: Don't link against additional libraries | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Cawley <ccawley2011> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 1.2 | ||
| Hardware: | ARM | ||
| OS: | RISC OS | ||
| Attachments: | riscos: Don't link against additional libraries | ||
Patch added! https://hg.libsdl.org/SDL/rev/46ee0c51a81b |
Created attachment 3769 [details] riscos: Don't link against additional libraries libtiff, libjpeg, libpng, and zlib aren't used by SDL itself. They are used by SDL_image, and linking against those libraries explicitly is needed when building statically, however this isn't the correct place to fix this, as it places additional unnecessary dependencies on SDL itself.