mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
This reverts the changes made in merge commit1b30761360: This reverts commitb919efadff. This reverts commitd54f64c6c7. This reverts commit787f40668d. This reverts commitd630646662. This reverts commite6e44eedd5.
24 lines
476 B
Makefile
24 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
|