vcpkg/ports/dbus/vcpkg.json

22 lines
464 B
JSON
Raw Normal View History

{
"name": "dbus",
"version": "1.13.18",
2022-10-09 12:43:29 +08:00
"port-version": 2,
"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
}
]
}