vcpkg/ports/at-spi2-core/vcpkg.json
Max Khon 51685e17d6
at-spi2-atk 2.38.0 port (#26766)
at-spi2-core 2.44.1 port

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-09-28 11:54:29 -07:00

20 lines
406 B
JSON

{
"name": "at-spi2-core",
"version": "2.44.1",
"description": "Base DBus XML interfaces for accessibility, the accessibility registry daemon, and atspi library.",
"homepage": "https://www.gtk.org/",
"license": null,
"supports": "linux",
"dependencies": [
"glib",
{
"name": "glib",
"host": true
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}