mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
add sdl2_ttf .pc file
This commit is contained in:
parent
1be1b79705
commit
56ce2a404c
1 changed files with 12 additions and 0 deletions
12
deps/sdl2_ttf/lib/pkgconfig/SDL2_ttf.pc
vendored
Normal file
12
deps/sdl2_ttf/lib/pkgconfig/SDL2_ttf.pc
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
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
|
Loading…
Reference in a new issue