mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
fc8952aa19
* build: detect the presence of libgmp before generating Makefile * depends: add arximboldi/immer@v0.6.2 as a package and add detection * depends: remove immer from source tree, build using package only * Drop immer refs from tools Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
20 lines
512 B
Makefile
20 lines
512 B
Makefile
packages:=boost openssl libevent zeromq gmp bls-dash backtrace cmake immer
|
|
|
|
qt_native_packages = native_protobuf
|
|
qt_packages = qrencode protobuf zlib
|
|
|
|
qt_linux_packages:=qt expat dbus libxcb xcb_proto libXau xproto freetype fontconfig
|
|
|
|
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
|