1 prefix=/usr/local/cross-tools/i686-w64-mingw32 2 exec_prefix=${prefix} 3 libdir=${exec_prefix}/lib 4 includedir=${prefix}/include 5 6 Name: SDL2_ttf 7 Description: ttf library for Simple DirectMedia Layer with FreeType 2 support 8 Version: 2.0.12 9 Requires: sdl2 >= 2.0.0 10 Libs: -L${libdir} -lSDL2_ttf 11 Cflags: -I${includedir}/SDL2 12 13