vcpkg/ports/at-spi2-core/vcpkg.json

21 lines
427 B
JSON
Raw Normal View History

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