vcpkg/ports/pangomm/vcpkg.json
Billy O'Neal 3afbc7b286
[pangomm] Remove vcpkg_fail_port_install. (#22756)
There was no supports expression before so this did have ci.baseline.txt impact.

In support of https://github.com/microsoft/vcpkg/pull/21502
2022-01-24 02:53:41 -08:00

28 lines
568 B
JSON

{
"name": "pangomm",
"version": "2.50.0",
"port-version": 1,
"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",
"supports": "!arm",
"dependencies": [
"cairo",
"cairomm",
"fontconfig",
"freetype",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"glibmm",
"harfbuzz",
"pango",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}