1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: SDL_ttf
7Description: ttf library for Simple DirectMedia Layer with FreeType 2 support
8Version: @VERSION@
9Requires: sdl >= @SDL_VERSION@
10Libs: -L${libdir} -lSDL_ttf
11Cflags: -I${includedir}/SDL
12
13