mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 13:21:05 +00:00
12 lines
305 B
PkgConfig
12 lines
305 B
PkgConfig
prefix=
|
|
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.15
|
|
Requires: sdl2 >= 2.0.8
|
|
Requires.private: freetype2
|
|
Libs: -L${libdir} -lSDL2_ttf
|
|
Cflags: -I${includedir}/SDL2
|