From aec48a5bb74bea3cdd4af6e2056e1c5fd20cdb02 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Wed, 11 Jun 2025 21:06:51 +1200 Subject: Hopefully add SDL2_image, mixer, and ttf --- .../x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc (limited to 'WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig') diff --git a/WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc b/WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc new file mode 100644 index 0000000..e0c9230 --- /dev/null +++ b/WindowsShit/SDL2_image-2.6.0/x86_64-w64-mingw32/lib/pkgconfig/SDL2_image.pc @@ -0,0 +1,14 @@ +prefix=/opt/local/x86_64-w64-mingw32 +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: SDL2_image +Description: image loading library for Simple DirectMedia Layer +Version: 2.6.0 +Requires: sdl2 >= 2.0.9 +Libs: -L${libdir} -lSDL2_image +Requires.private: +Libs.private: +Cflags: -I${includedir}/SDL2 + -- cgit v1.2.3