Version:
Usage
Install the latest harfbuzz package with the following command:
meson wrap install harfbuzzOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from harfbuzz 13.0.1-1 can be used by adding the following lines to your meson.build file:
harfbuzz_dep = dependency('harfbuzz')
harfbuzz_cairo_dep = dependency('harfbuzz-cairo')
harfbuzz_gobject_dep = dependency('harfbuzz-gobject')
harfbuzz_icu_dep = dependency('harfbuzz-icu')
harfbuzz_subset_dep = dependency('harfbuzz-subset')Patch Files Preview
No patch files needed for this package.