mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
d8fa5f1bbc
4b6998455776ed3e1b7c996c14f15f0c304c9269 Add depends 32-bit arm support for bitcoin-qt (Sebastian Kung) Pull request description: Some hobbyists are used to using the desktop for interfacing with their raspberry pi. This commits adds qt to the arm-linux-gnueabihf target. Tree-SHA512: cb03387267eb8f68dfd79735c2c01c5a119c406e5578805e60b377934da42d46cb34d35e45c8843979dfb4070859c553d09ae348b468d9731523f33307132fa8
22 lines
642 B
Makefile
22 lines
642 B
Makefile
packages:=boost openssl libevent zeromq gmp chia_bls backtrace
|
|
|
|
qt_native_packages = native_protobuf
|
|
qt_packages = qrencode protobuf zlib
|
|
|
|
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_arm_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
|