mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:51:48 +08:00
80ec78ddf9
* [atk] Allow building on ARM Tested on Windows 11 ARM / macOS ARM * [atk] Update version
21 lines
362 B
JSON
21 lines
362 B
JSON
{
|
|
"name": "atk",
|
|
"version": "2.38.0",
|
|
"port-version": 3,
|
|
"description": "GNOME Accessibility Toolkit",
|
|
"homepage": "https://developer.gnome.org/atk/",
|
|
"license": "GPL-2.0-only",
|
|
"dependencies": [
|
|
"gettext",
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|