Version:
Usage
Install the latest pango package with the following command:
meson wrap install pangoOr, download the wrap file directly fromthis linkand place it in the 'subprojects' directory of your project.
Libraries (or programs) from pango 1.56.4-1 can be used by adding the following lines to your meson.build file:
pango_dep = dependency('pango')
pangoft2_dep = dependency('pangoft2')
pangoxft_dep = dependency('pangoxft')
pangowin32_dep = dependency('pangowin32')
pangocairo_dep = dependency('pangocairo')Patch Files Preview
No patch files needed for this package.