aboutsummaryrefslogtreecommitdiff
path: root/depends/Makefile
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2020-05-26 23:18:08 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-10-14 11:18:13 -0400
commite87df8258090138d5c22ac46b8602b618620e8a1 (patch)
treea616b86d8bee3a88a02bab56fde9664fe65fac70 /depends/Makefile
parent54729f3f4e6765dfded590af5fb28c88331685f8 (diff)
downloadbitcoin-e87df8258090138d5c22ac46b8602b618620e8a1.tar.xz
Add sqlite to travis and depends
Diffstat (limited to 'depends/Makefile')
-rw-r--r--depends/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/depends/Makefile b/depends/Makefile
index 2bc5df974a..1ad21f6821 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -134,7 +134,10 @@ qrencode_packages_$(NO_QR) = $(qrencode_packages)
qt_packages_$(NO_QT) = $(qt_packages) $(qt_$(host_os)_packages) $(qt_$(host_arch)_$(host_os)_packages) $(qrencode_packages_)
-wallet_packages_$(NO_WALLET) = $(wallet_packages)
+bdb_packages_$(NO_BDB) = $(bdb_packages)
+sqlite_packages_$(NO_SQLITE) = $(sqlite_packages)
+wallet_packages_$(NO_WALLET) = $(bdb_packages_) $(sqlite_packages_)
+
upnp_packages_$(NO_UPNP) = $(upnp_packages)
zmq_packages_$(NO_ZMQ) = $(zmq_packages)
multiprocess_packages_$(MULTIPROCESS) = $(multiprocess_packages)