mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:51:39 +08:00
2b681d95e0
* 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>
34 lines
658 B
JSON
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
|
|
}
|
|
]
|
|
}
|