vcpkg/ports/at-spi2-core/vcpkg.json
2023-01-11 23:17:56 -08:00

21 lines
427 B
JSON

{
"name": "at-spi2-core",
"version": "2.44.1",
"port-version": 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
}
]
}