mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:41:39 +08:00
45 lines
956 B
JSON
45 lines
956 B
JSON
{
|
|
"name": "dbus",
|
|
"version": "1.15.8",
|
|
"port-version": 5,
|
|
"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 & !android & !ios",
|
|
"dependencies": [
|
|
"expat",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "systemd",
|
|
"platform": "linux"
|
|
}
|
|
],
|
|
"features": {
|
|
"systemd": {
|
|
"description": "Build with systemd at_console support",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
{
|
|
"name": "libsystemd",
|
|
"platform": "linux"
|
|
}
|
|
]
|
|
},
|
|
"x11": {
|
|
"description": "Build with X11 autolaunch support",
|
|
"dependencies": [
|
|
"libx11"
|
|
]
|
|
}
|
|
}
|
|
}
|