mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-18 09:31:45 +00:00
13 lines
333 B
PkgConfig
13 lines
333 B
PkgConfig
prefix=
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: harfbuzz
|
|
Description: HarfBuzz text shaping library
|
|
Version: 2.8.2
|
|
Requires:
|
|
Requires.private:
|
|
Libs: -L${libdir} -lharfbuzz
|
|
Libs.private: -lc++ -framework CoreFoundation -framework CoreGraphics -framework CoreText
|
|
Cflags: -I${includedir}
|