mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-26 04:01:04 +02:00
build: drop miniupnpc dependency
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
],
|
||||
"default-features": [
|
||||
"wallet",
|
||||
"miniupnpc",
|
||||
"zeromq",
|
||||
"tests",
|
||||
"qt5"
|
||||
@@ -31,10 +30,6 @@
|
||||
"description": "Enable Berkeley DB wallet support",
|
||||
"dependencies": [ "berkeleydb" ]
|
||||
},
|
||||
"miniupnpc": {
|
||||
"description": "Enable UPnP",
|
||||
"dependencies": [ "miniupnpc" ]
|
||||
},
|
||||
"zeromq": {
|
||||
"description": "Enable ZMQ notifications",
|
||||
"dependencies": [ "zeromq" ]
|
||||
|
Reference in New Issue
Block a user