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

14 lines
316 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
2023-02-10 10:41:36 +00:00
Version: 2.6.3
2022-07-09 13:34:19 +00:00
Requires: sdl2 >= 2.0.9
2022-07-11 07:11:35 +00:00
Requires.private:
2020-12-19 08:35:08 +00:00
Libs: -L${libdir} -lSDL2_image
2022-07-09 13:34:19 +00:00
Libs.private:
Cflags: -I${includedir} -I${includedir}/SDL2