13 lines
317 B
PkgConfig
13 lines
317 B
PkgConfig
|
prefix=/usr/local/cross-tools/i686-w64-mingw32
|
||
|
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.14
|
||
|
Requires: sdl2 >= 2.0.0
|
||
|
Libs: -L${libdir} -lSDL2_ttf
|
||
|
Cflags: -I${includedir}/SDL2
|
||
|
|