1
2
3
4
5
6
7
8
9
10
11
12
13
| prefix=%prefix%
| exec_prefix=%exec_prefix%
| libdir=%libdir%
| includedir=%includedir%
|
| Name: harfbuzz
| Description: HarfBuzz text shaping library
| Version: %VERSION%
|
| Libs: -L${libdir} -lharfbuzz
| Libs.private: -lm %libs_private%
| Requires.private: %requires_private%
| Cflags: -I${includedir}/harfbuzz
|
|