mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:09:00 +08:00
51 lines
892 B
JSON
51 lines
892 B
JSON
{
|
|
"name": "pango",
|
|
"version": "1.54.0",
|
|
"description": "Text and font handling library.",
|
|
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
|
|
"license": "LGPL-2.0-or-later",
|
|
"supports": "!xbox",
|
|
"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": "harfbuzz",
|
|
"features": [
|
|
"introspection"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|