depends boost
depends %OSSL
depends libevent
depends protobuf

optional_depends db \
                 "--with-incompatible-bdb --enable-wallet" \
                 "--disable-wallet" \
                 "build wallet support despite incompatible licenses"

optional_depends qt5 \
                 "--with-gui=qt5" \
                 "--with-gui=no" \
                 "build bitcoin-qt interface (say no to dbus and qrencode if you say no here)" n

optional_depends dbus \
                 "--with-qtdbus" \
                 "--without-qtdbus" \
                 "for notification support"

optional_depends qrencode \
                 "--with-qrencode" \
                 "--without-qrencode" \
                 "for QRCode generator"
