mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
f29bd546ec
This reverts the changes made in merge commit1b30761360
: This reverts commitb919efadff
. This reverts commitd54f64c6c7
. This reverts commit787f40668d
. This reverts commitd630646662
. This reverts commite6e44eedd5
.
23 lines
476 B
Makefile
23 lines
476 B
Makefile
packages:=boost libevent
|
|
|
|
qt_packages = zlib
|
|
|
|
qrencode_packages = qrencode
|
|
|
|
qt_linux_packages:=qt expat libxcb xcb_proto libXau xproto freetype fontconfig
|
|
qt_android_packages=qt
|
|
|
|
qt_darwin_packages=qt
|
|
qt_mingw32_packages=qt
|
|
|
|
wallet_packages=bdb
|
|
|
|
zmq_packages=zeromq
|
|
|
|
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
|