mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
44 lines
816 B
JSON
44 lines
816 B
JSON
{
|
|
"name": "atk",
|
|
"version": "2.38.0",
|
|
"port-version": 5,
|
|
"description": "GNOME Accessibility Toolkit",
|
|
"homepage": "https://developer.gnome.org/atk/",
|
|
"license": "GPL-2.0-only",
|
|
"dependencies": [
|
|
"gettext",
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"default-features": false,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"introspection": {
|
|
"description": "build with introspection",
|
|
"dependencies": [
|
|
{
|
|
"name": "gobject-introspection",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "gobject-introspection",
|
|
"platform": "windows & x86"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|