pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
19 stars 13 forks source link

Fix sdl2 license issue #97

Closed sharkwouter closed 1 year ago

sharkwouter commented 1 year ago

Since libmikmod support was removed from SDL2_mixer, I was linking to libxmp instead. Issue is, libxmp uses the GPL license, which is a big problem for software using it. This changes this to use libxmp-lite, which uses the MIT license, resolving the issue.