monero/contrib/depends/packages/packages.mk

37 lines
1004 B
Makefile
Raw Normal View History

2021-07-07 02:51:14 +02:00
packages:=boost openssl zeromq libiconv expat ldns unbound
2019-11-01 04:38:13 +01:00
2019-11-11 09:34:47 +01:00
native_packages := native_ccache
hardware_packages := hidapi protobuf libusb
hardware_native_packages := native_protobuf
2019-11-01 04:38:13 +01:00
android_native_packages = android_ndk
android_packages = ncurses readline sodium
2019-11-11 09:34:47 +01:00
darwin_native_packages = native_biplist native_ds_store native_mac_alias $(hardware_native_packages)
darwin_packages = sodium ncurses readline $(hardware_packages)
2019-11-11 09:34:47 +01:00
# not really native...
freebsd_native_packages = freebsd_base
freebsd_packages = ncurses readline sodium
linux_packages = eudev ncurses readline sodium $(hardware_packages)
linux_native_packages = $(hardware_native_packages)
qt_packages = qt
ifeq ($(build_tests),ON)
packages += gtest
endif
2019-06-27 00:25:47 +02:00
ifneq ($(host_arch),riscv64)
linux_packages += unwind
2019-06-27 00:25:47 +02:00
endif
2019-11-11 09:34:47 +01:00
mingw32_packages = icu4c sodium $(hardware_packages)
mingw32_native_packages = $(hardware_native_packages)
ifneq ($(build_os),darwin)
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
endif