Behdad Esfahbod | 71439a8 | 2013-08-26 20:56:58 -0400 | [diff] [blame] | 1 | prefix=%prefix% |
2 | exec_prefix=%exec_prefix% | ||||
3 | libdir=%libdir% | ||||
4 | includedir=%includedir% | ||||
5 | |||||
6 | Name: harfbuzz | ||||
7 | Description: HarfBuzz text shaping library GObject integration | ||||
8 | Version: %VERSION% | ||||
9 | |||||
10 | Requires: harfbuzz gobject-2.0 glib-2.0 | ||||
11 | Libs: -L${libdir} -lharfbuzz-gobject | ||||
12 | Cflags: -I${includedir}/harfbuzz |