mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:59:02 +08:00
21 lines
443 B
JSON
21 lines
443 B
JSON
|
{
|
||
|
"name": "dbus",
|
||
|
"version": "1.13.18",
|
||
|
"description": "D-Bus specification and reference implementation, including libdbus and dbus-daemon",
|
||
|
"homepage": "https://gitlab.freedesktop.org/dbus/dbus",
|
||
|
"license": "AFL-2.1 OR GPL-2.0-or-later",
|
||
|
"dependencies": [
|
||
|
"expat",
|
||
|
"glib",
|
||
|
"libx11",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|