mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:49:08 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
45 lines
839 B
JSON
45 lines
839 B
JSON
{
|
|
"name": "atk",
|
|
"version": "2.38.0",
|
|
"port-version": 6,
|
|
"description": "GNOME Accessibility Toolkit",
|
|
"homepage": "https://developer.gnome.org/atk/",
|
|
"license": "GPL-2.0-only",
|
|
"supports": "!xbox",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|