bitcoin/vcpkg.json

66 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2024-06-04 15:14:49 +02:00
{
"$comment": "The builtin-baseline corresponds to 2024.09.30 Release",
2024-06-04 15:14:49 +02:00
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
2024-06-04 15:14:49 +02:00
"dependencies": [
"boost-date-time",
"boost-multi-index",
"boost-signals2",
"libevent"
],
"default-features": [
"qt5",
2024-06-04 15:14:49 +02:00
"tests",
"wallet",
"zeromq"
2024-06-04 15:14:49 +02:00
],
"features": {
"berkeleydb": {
"description": "Enable Berkeley DB wallet support",
"dependencies": [
"berkeleydb"
]
},
"qt5": {
"description": "Build GUI, Qt 5",
"dependencies": [
"qt5-base",
"qt5-tools",
"libqrencode"
]
2024-06-04 15:14:49 +02:00
},
"sqlite": {
"description": "Enable SQLite wallet support",
"dependencies": [
"sqlite3"
]
2024-06-04 15:14:49 +02:00
},
"tests": {
"description": "Build test_bitcoin.exe executable",
"dependencies": [
"boost-test"
]
},
"wallet": {
"description": "Enable wallet",
"dependencies": [
"berkeleydb",
"sqlite3"
]
2024-06-04 15:14:49 +02:00
},
"zeromq": {
"description": "Enable ZMQ notifications",
"dependencies": [
"zeromq"
]
}
},
"overrides": [
{
"$comment": "Newer unreleased libevent versions cause https://github.com/bitcoin/bitcoin/issues/30096",
"name": "libevent",
"version": "2.1.12#7"
2024-06-04 15:14:49 +02:00
}
]
2024-06-04 15:14:49 +02:00
}