mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
06a73ad7c4
9d25362
build: add armhf/aarch64 gitian builds (Cory Fields)980e7eb
depends: only build qt on linux for x86_64/x86 (Cory Fields)
25 lines
659 B
Makefile
25 lines
659 B
Makefile
packages:=boost openssl libevent
|
|
darwin_packages:=zeromq
|
|
linux_packages:=zeromq
|
|
native_packages := native_ccache native_comparisontool
|
|
|
|
qt_native_packages = native_protobuf
|
|
qt_packages = qrencode protobuf
|
|
|
|
qt_x86_64_linux_packages:=qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig libX11 xextproto libXext xtrans
|
|
qt_i686_linux_packages:=$(qt_x86_64_linux_packages)
|
|
|
|
qt_darwin_packages=qt
|
|
qt_mingw32_packages=qt
|
|
|
|
|
|
wallet_packages=bdb
|
|
|
|
upnp_packages=miniupnpc
|
|
|
|
darwin_native_packages = native_biplist native_ds_store native_mac_alias
|
|
|
|
ifneq ($(build_os),darwin)
|
|
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
|
|
endif
|