vcpkg/ports/pango/vcpkg.json
Lily Wang 500700a90c
[atk/gdk-pixbuf/gtk/gtk3/harfbuzz/pango] Fix dependency gobject-instrospection of feature instrospection (#33792)
* [atk/gdk-pixbuf/gtk/gtk3/harfbuzz/pango] Fix dependency gobject-instrospection of feature instrospection

* update version
2023-09-18 09:52:14 -07:00

52 lines
914 B
JSON

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