2018-09-10 17:22:41 -04:00
|
|
|
packages:=boost openssl libevent zeromq cppzmq zlib expat ldns cppzmq readline libiconv qt sodium
|
2018-03-18 18:01:56 -04:00
|
|
|
native_packages := native_ccache
|
|
|
|
|
|
|
|
wallet_packages=bdb
|
|
|
|
|
|
|
|
darwin_native_packages = native_biplist native_ds_store native_mac_alias
|
|
|
|
|
2018-03-19 20:26:35 -04:00
|
|
|
ifeq ($(host_os),linux)
|
2018-04-25 12:19:05 -04:00
|
|
|
packages += pcsc-lite
|
2018-03-19 20:26:35 -04:00
|
|
|
packages += unwind
|
|
|
|
endif
|
2018-03-19 19:33:49 -04:00
|
|
|
ifeq ($(host_os),mingw32)
|
|
|
|
packages += icu4c
|
|
|
|
endif
|
2018-03-19 20:26:35 -04:00
|
|
|
|
2018-03-18 18:01:56 -04:00
|
|
|
ifneq ($(build_os),darwin)
|
|
|
|
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
|
2018-03-19 20:26:35 -04:00
|
|
|
packages += readline
|
2018-03-18 18:01:56 -04:00
|
|
|
endif
|
2018-03-19 20:26:35 -04:00
|
|
|
|
|
|
|
|