2024-06-04 15:14:49 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
|
|
"builtin-baseline": "9edb1b8e590cc086563301d735cae4b6e732d2d2",
|
|
|
|
"dependencies": [
|
|
|
|
"boost-date-time",
|
|
|
|
"boost-multi-index",
|
|
|
|
"boost-signals2",
|
|
|
|
"libevent"
|
|
|
|
],
|
|
|
|
"default-features": [
|
2024-10-31 12:06:44 +01:00
|
|
|
"qt5",
|
2024-06-04 15:14:49 +02:00
|
|
|
"tests",
|
2024-10-31 12:06:44 +01:00
|
|
|
"wallet",
|
|
|
|
"zeromq"
|
2024-06-04 15:14:49 +02:00
|
|
|
],
|
|
|
|
"features": {
|
2024-10-31 12:06:44 +01:00
|
|
|
"berkeleydb": {
|
|
|
|
"description": "Enable Berkeley DB wallet support",
|
|
|
|
"dependencies": [
|
|
|
|
"berkeleydb"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"qt5": {
|
|
|
|
"description": "Build GUI, Qt 5",
|
|
|
|
"dependencies": [
|
|
|
|
"qt5-base",
|
|
|
|
"qt5-tools"
|
|
|
|
]
|
2024-06-04 15:14:49 +02:00
|
|
|
},
|
|
|
|
"sqlite": {
|
|
|
|
"description": "Enable SQLite wallet support",
|
2024-10-31 12:06:44 +01:00
|
|
|
"dependencies": [
|
|
|
|
"sqlite3"
|
|
|
|
]
|
2024-06-04 15:14:49 +02:00
|
|
|
},
|
2024-10-31 12:06:44 +01: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",
|
2024-10-31 12:06:44 +01:00
|
|
|
"dependencies": [
|
|
|
|
"zeromq"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"overrides": [
|
|
|
|
{
|
2024-10-31 12:07:15 +01:00
|
|
|
"$comment": "Newer unreleased libevent versions cause https://github.com/bitcoin/bitcoin/issues/30096",
|
2024-10-31 12:06:44 +01:00
|
|
|
"name": "libevent",
|
|
|
|
"version": "2.1.12#7"
|
2024-06-04 15:14:49 +02:00
|
|
|
}
|
2024-10-31 12:06:44 +01:00
|
|
|
]
|
2024-06-04 15:14:49 +02:00
|
|
|
}
|