vcpkg/ports/gobject-introspection/vcpkg.json
Takuro IIZUKA 2b681d95e0
[gobject-introspection] Fixed pkg-config file to follow vcpkg directory layout rule (#36279)
* Fixed g-ir-scanner, g-ir-compiler, and g-ir-generator path in .pc to follow vcpkg directory layout rule

* Bumped port-version

* Run x-add-version

---------

Co-authored-by: Takuro Iizuka <t_iizuka@fixstars.com>
2024-01-22 16:02:32 -08:00

34 lines
658 B
JSON

{
"name": "gobject-introspection",
"version": "1.72.0",
"port-version": 7,
"description": "A middleware layer between C libraries (using GObject) and language bindings.",
"homepage": "https://gi.readthedocs.io/en/latest/",
"license": null,
"supports": "!static & native",
"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
}
]
}