Initial commit

This commit is contained in:
Thomas
2026-02-28 18:00:58 +00:00
commit c66c12ae68
587 changed files with 239570 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
prefix=/tmp/tardir/SDL2_image-2.8.4/build-mingw/install-i686-w64-mingw32
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: SDL2_image
Description: image loading library for Simple DirectMedia Layer
Version: 2.8.4
Requires: sdl2 >= 2.0.9
Libs: -L${libdir} -lSDL2_image
Requires.private:
Libs.private:
Cflags: -I${includedir}/SDL2