mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +08:00
f049378e6f
* [pangomm] update to 1.50.1 (microsoft#27377) * [pangomm] update to 1.50.1 (microsoft#27377)
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"name": "pangomm",
|
|
"version": "2.50.1",
|
|
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
|
|
"homepage": "https://gitlab.gnome.org/GNOME/pangomm",
|
|
"license": "LGPL-2.1",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"cairo",
|
|
"cairomm",
|
|
"fontconfig",
|
|
"freetype",
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
"glibmm",
|
|
"harfbuzz",
|
|
"pango",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|