mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-13 15:11:00 +00:00
13 lines
311 B
PkgConfig
13 lines
311 B
PkgConfig
|
prefix=
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: FTGL
|
||
|
Description: OpenGL frontend to Freetype 2
|
||
|
Version: 2.1.3~rc5
|
||
|
Libs: -L${libdir} -lftgl
|
||
|
Requires.private: freetype2
|
||
|
Libs.private: -Xlinker -framework -Xlinker OpenGL -lm
|
||
|
Cflags: -I${includedir} -I${includedir}/FTGL
|