xref: /aosp_15_r20/external/harfbuzz_ng/src/harfbuzz.pc.in (revision 2d1272b857b1f7575e6e246373e1cb218663db8a)
1prefix=%prefix%
2exec_prefix=%exec_prefix%
3libdir=%libdir%
4includedir=%includedir%
5
6Name: harfbuzz
7Description: HarfBuzz text shaping library
8Version: %VERSION%
9
10Libs: -L${libdir} -lharfbuzz
11Libs.private: -lm %libs_private%
12Requires.private: %requires_private%
13Cflags: -I${includedir}/harfbuzz
14