vcpkg/ports/pango/vcpkg.json
Alonso Schaich 2180302c36
[pango] Update to 1.50.14 (#30891)
* [pango] Update to 1.50.14 (microsoft#30890)

* [pango] regenerate versions registry (microsoft#30890)
2023-04-17 18:09:34 -07:00

58 lines
1.0 KiB
JSON

{
"name": "pango",
"version": "1.50.14",
"description": "Text and font handling library.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
"license": "LGPL-2.0-only",
"dependencies": [
{
"name": "cairo",
"features": [
"gobject"
]
},
"fontconfig",
"freetype",
"fribidi",
"gettext",
"glib",
{
"name": "glib",
"host": true
},
"harfbuzz",
{
"name": "harfbuzz",
"features": [
"coretext"
],
"platform": "osx"
},
{
"name": "vcpkg-tool-meson",
"host": true
}
],
"features": {
"introspection": {
"description": "build with introspection",
"dependencies": [
{
"name": "gobject-introspection",
"host": true
},
{
"name": "gobject-introspection",
"platform": "windows & x86"
},
{
"name": "harfbuzz",
"features": [
"introspection"
]
}
]
}
}
}