mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:29:04 +08:00
3afbc7b286
There was no supports expression before so this did have ci.baseline.txt impact. In support of https://github.com/microsoft/vcpkg/pull/21502
28 lines
568 B
JSON
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
|
|
}
|
|
]
|
|
}
|