Behdad Esfahbod | ae39fc8 | 2018-02-04 20:18:52 -0500 | [diff] [blame] | 1 | prefix=%prefix% |
| 2 | exec_prefix=%exec_prefix% |
| 3 | libdir=%libdir% |
| 4 | includedir=%includedir% |
| 5 | |
Behdad Esfahbod | b619b05 | 2022-03-25 14:56:55 -0600 | [diff] [blame] | 6 | Name: harfbuzz subsetter |
Behdad Esfahbod | ae39fc8 | 2018-02-04 20:18:52 -0500 | [diff] [blame] | 7 | Description: HarfBuzz font subsetter |
| 8 | Version: %VERSION% |
| 9 | |
Behdad Esfahbod | fa15fc4 | 2022-03-25 15:00:11 -0600 | [diff] [blame] | 10 | Requires: harfbuzz = %VERSION% |
Behdad Esfahbod | ae39fc8 | 2018-02-04 20:18:52 -0500 | [diff] [blame] | 11 | Libs: -L${libdir} -lharfbuzz-subset |
| 12 | Cflags: -I${includedir}/harfbuzz |