depends: add ability to skip building qrencode

This commit is contained in:
fanquake
2019-12-03 15:15:52 -05:00
parent e354db7877
commit c8becb8280
4 changed files with 14 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ if test -z $with_qt_bindir && test -z "@no_qt@"; then
with_qt_bindir=$depends_prefix/native/bin
fi
if test -z $with_qrencode && test -n "@no_qr@"; then
with_qrencode=no
fi
if test -z $enable_wallet && test -n "@no_wallet@"; then
enable_wallet=no
fi