vcpkg/ports/at-spi2-atk/vcpkg.json
Lily Wang 6186ec51c8
[at-spi2-core, at-spi2-atk] Add dependency dbus (#35599)
* [at-spi2-core, at-spi2-atk] Add dependency dbus

* update version
2023-12-13 23:44:51 -08:00

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
}
]
}