mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 21:09:00 +08:00
cbd6d4a8c4
* fix supports * update * update
22 lines
384 B
JSON
22 lines
384 B
JSON
{
|
|
"name": "atk",
|
|
"version": "2.38.0",
|
|
"port-version": 2,
|
|
"description": "GNOME Accessibility Toolkit",
|
|
"homepage": "https://developer.gnome.org/atk/",
|
|
"license": "GPL-2.0-only",
|
|
"supports": "!arm",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|