mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:19:01 +08:00
edd3db2e3b
* [libffi] Use upstream's build system * WIP [skip actions] * WIP [skip actions] * WIP [skip actions] * Finish libffi * Fix downstream lookup * Update versions * [gobject-introspection] Require libffi * Move DLLs to bin * [libffi] Usage * Restore azp * Fix typo * CI
34 lines
678 B
JSON
34 lines
678 B
JSON
{
|
|
"name": "gobject-introspection",
|
|
"version": "1.72.0",
|
|
"port-version": 5,
|
|
"description": "A middleware layer between C libraries (using GObject) and language bindings.",
|
|
"homepage": "https://gi.readthedocs.io/en/latest/",
|
|
"license": null,
|
|
"supports": "!static & (native | (windows & x86))",
|
|
"dependencies": [
|
|
{
|
|
"name": "cairo",
|
|
"default-features": false,
|
|
"features": [
|
|
"gobject"
|
|
]
|
|
},
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "gobject-introspection",
|
|
"host": true
|
|
},
|
|
"libffi",
|
|
"python3",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|