diff --git a/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc b/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc new file mode 100644 index 00000000..5ef36559 --- /dev/null +++ b/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc @@ -0,0 +1,13 @@ +prefix= +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include + +Name: SDL2_image +Description: image loading library for Simple DirectMedia Layer +Version: 2.0.5 +Requires: sdl2 >= 2.0.8 +Requires.private: libwebp +Libs: -L${libdir} -lSDL2_image +Cflags: -I${includedir}/SDL2 +