add sdl2_image .pc file

This commit is contained in:
alexey.lysiuk 2020-12-19 10:35:08 +02:00
parent 24741ef794
commit 24a02f447e

View file

@ -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