mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-15 22:32:37 -03:00
7087440894
native_ds_store now takes advantage of Pythons ability to decode binary plists (since 3.4), so we can drop its biplist dependency. The call to biplist.Data() in custom_dsstore doesn't seem to do anything, and from what I can tell can just be removed.
27 lines
595 B
Makefile
27 lines
595 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
|
|
|
|
bdb_packages=bdb
|
|
sqlite_packages=sqlite
|
|
|
|
zmq_packages=zeromq
|
|
|
|
upnp_packages=miniupnpc
|
|
|
|
multiprocess_packages = libmultiprocess capnp
|
|
multiprocess_native_packages = native_libmultiprocess native_capnp
|
|
|
|
darwin_native_packages = native_ds_store native_mac_alias
|
|
|
|
ifneq ($(build_os),darwin)
|
|
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
|
|
endif
|