12 lines
319 B
PkgConfig
12 lines
319 B
PkgConfig
prefix=/usr/local/cross-tools/x86_64-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.12
|
|
Requires: sdl2 >= 2.0.0
|
|
Libs: -L${libdir} -lSDL2_ttf
|
|
Cflags: -I${includedir}/SDL2
|
|
|