zdoom-macos-deps/deps/sdl2_image/lib/pkgconfig/SDL2_image.pc

15 lines
313 B
PkgConfig
Raw Normal View History

2020-12-19 08:35:08 +00:00
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SDL2_image
Description: image loading library for Simple DirectMedia Layer
2024-01-02 08:58:06 +00:00
Version: 2.8.2
2022-07-09 13:34:19 +00:00
Requires: sdl2 >= 2.0.9
2020-12-19 08:35:08 +00:00
Libs: -L${libdir} -lSDL2_image
Requires.private: libwebpdemux
2022-07-09 13:34:19 +00:00
Libs.private:
Cflags: -I${includedir}/SDL2