vcpkg/ports/gobject-introspection/vcpkg.json
Kai Pastor edd3db2e3b
[libffi] Use upstream's build system (#33203)
* [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
2023-08-24 12:51:20 -07:00

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
}
]
}