mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
f4de177097
* update meson and see what breaks * include patch again. * update meson to 0.62.1 * remove old patch * move to 64bit since 32bit not longer exists. * fix gobject-introspection * v db * revert nasm changes * set MESON_SCRIPT instead of MESON. * v db * apply CR Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * v db Co-authored-by: Alexander Neumann <you@example.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
32 lines
643 B
JSON
32 lines
643 B
JSON
{
|
|
"name": "gobject-introspection",
|
|
"version": "1.72.0",
|
|
"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
|
|
},
|
|
"python3",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|