mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:59:00 +08:00
6186ec51c8
* [at-spi2-core, at-spi2-atk] Add dependency dbus * update version
25 lines
488 B
JSON
25 lines
488 B
JSON
{
|
|
"name": "at-spi2-core",
|
|
"version": "2.44.1",
|
|
"port-version": 3,
|
|
"description": "Base DBus XML interfaces for accessibility, the accessibility registry daemon, and atspi library.",
|
|
"homepage": "https://www.gtk.org/",
|
|
"license": null,
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "dbus",
|
|
"platform": "linux"
|
|
},
|
|
"glib",
|
|
{
|
|
"name": "glib",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|