mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-08 07:11:54 +00:00
12 lines
311 B
PkgConfig
12 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
|