mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:19:06 +08:00
9074f83349
* [dbus] update to 1.15.2 * remove unneeded patch? * v db
28 lines
598 B
JSON
28 lines
598 B
JSON
{
|
|
"name": "dbus",
|
|
"version": "1.15.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",
|
|
"supports": "!uwp & !staticcrt",
|
|
"dependencies": [
|
|
"expat",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"x11": {
|
|
"description": "Build with X11 autolaunch support",
|
|
"dependencies": [
|
|
"libx11"
|
|
]
|
|
}
|
|
}
|
|
}
|