zdoom-macos-deps/deps/sdl2_ttf/lib/pkgconfig/SDL2_ttf.pc

13 lines
305 B
PkgConfig
Raw Normal View History

2020-12-19 08:44:14 +00:00
prefix=
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SDL2_ttf
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
Version: 2.0.15
Requires: sdl2 >= 2.0.8
Requires.private: freetype2
Libs: -L${libdir} -lSDL2_ttf
Cflags: -I${includedir}/SDL2