vcpkg/ports/pangomm/vcpkg.json
Alonso Schaich 76975f7381
[pango][pangomm] update to 1.50.3 and 1.50.0 (#22176)
* [pango] Update pango to 1.50.3 (microsoft#22174)

* [pangomm] Update pangomm to 1.50.0 (microsoft#22175)

Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
2021-12-28 15:02:50 -08:00

26 lines
525 B
JSON

{
"name": "pangomm",
"version": "2.50.0",
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pangomm",
"dependencies": [
"cairo",
"cairomm",
"fontconfig",
"freetype",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"glibmm",
"harfbuzz",
"pango",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}