vcpkg/ports/pango/vcpkg.json
Benjamin Oldenburg da3640e826
[pango] Update to v1.50.7 (#24345)
* update to v1.50.7

* updated version
2022-04-25 16:09:12 -07:00

37 lines
620 B
JSON

{
"name": "pango",
"version": "1.50.7",
"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
}
]
}