Package: mgba / 0.10.5+dfsg-1

Metadata

Package Version Patches format
mgba 0.10.5+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
exclude rapidjson.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't install excluded res/licenses/rapidjson.txt
 The vendored RapidJSON and its license text are excluded via Files-Excluded.
 Don't try to install the removed license file.
exclude inih.patch | (download)

CMakeLists.txt | 3 1 + 2 - 0 !
src/util/configuration.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 3 deletions(-)

 use system libinih-dev
 The vendored inih and its license text are excluded via Files-Excluded.
 Use the system ini.h and inih library.
 Don't try to install the removed license file.
 -linih is added to OS_LIB to ensure the libretro plugin also links it.