mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
6186ec51c8
* [at-spi2-core, at-spi2-atk] Add dependency dbus * update version
23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"name": "at-spi2-atk",
|
|
"version": "2.38.0",
|
|
"port-version": 1,
|
|
"description": "Implementation of the ATK interfaces in terms of the libatspi2 API.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"license": null,
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"at-spi2-core",
|
|
"atk",
|
|
{
|
|
"name": "dbus",
|
|
"platform": "linux"
|
|
},
|
|
"libxml2",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|