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