mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 08:49:21 +08:00
fc6685331b
* Revise portfile * Revise pkgconfig patching * More cleanup * Update versions * Only dynamic library * Fix warnings * Update versions * glib unneeded unless building tests * More changes * Add opt-in x11 feature * Dynamic lib implies !staticcrt * Update versions * !uwp * Update versions
29 lines
620 B
JSON
29 lines
620 B
JSON
{
|
|
"name": "dbus",
|
|
"version": "1.13.18",
|
|
"port-version": 3,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|