monero/contrib/depends/packages/packages.mk
tobtoht c57a429b2b
Merge pull request #9675
e7e00df83 depends: remove eudev (tobtoht)
2025-02-04 18:41:24 +00:00

31 lines
585 B
Makefile

native_packages := native_protobuf
packages := boost openssl zeromq expat unbound sodium protobuf
ifneq ($(host_os),android)
packages += libusb
endif
ifneq ($(host_os),freebsd)
ifneq ($(host_os),android)
packages += hidapi
endif
endif
ifneq ($(host_os),mingw32)
packages += ncurses readline
endif
linux_native_packages :=
linux_packages :=
freebsd_native_packages := freebsd_base
freebsd_packages :=
ifneq ($(build_os),darwin)
darwin_native_packages := darwin_sdk native_cctools native_libtapi
endif
darwin_packages :=
android_native_packages := android_ndk
android_packages :=