SDL2_ttf.pc.in 286 B

12345678910111213
  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@
  5. Name: SDL2_ttf
  6. Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
  7. Version: @VERSION@
  8. Requires: sdl2 >= @SDL_VERSION@
  9. Libs: -L${libdir} -lSDL2_ttf
  10. Cflags: -I${includedir}/SDL2