Codebase list libsdl2-ttf / upstream/2.0.18+git20220512.g21ae4c6+dfsg SDL2_ttf.pc.in
upstream/2.0.18+git20220512.g21ae4c6+dfsg

Tree @upstream/2.0.18+git20220512.g21ae4c6+dfsg (Download .tar.gz)

SDL2_ttf.pc.in @upstream/2.0.18+git20220512.g21ae4c6+dfsgraw · history · blame

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: SDL2_ttf
Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
Version: @VERSION@
Requires: sdl2 >= @SDL_VERSION@
Libs: -L${libdir} -lSDL2_ttf
Cflags: -I${includedir}/SDL2
Requires.private: @PC_REQUIRES@
Libs.private: @PC_LIBS@