aboutsummaryrefslogblamecommitdiff
path: root/contrib/depends/packages/packages.mk
blob: eed9e8ec119b5e0a0899f46164878b854c3ab5fa (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                          
 

                                    
                                
     


                                           
 


                                          

                                                              
 





                                                                   
                
 



                        
                            
                        

     

                                                     
 
                          
                                        
     
 
packages:=boost openssl zeromq libiconv expat ldns unbound

# ccache is useless in gitian builds
ifneq ($(GITIAN),1)
native_packages := native_ccache
endif

hardware_packages := hidapi protobuf libusb
hardware_native_packages := native_protobuf

android_native_packages = android_ndk
android_packages = ncurses readline sodium

darwin_native_packages = $(hardware_native_packages)
darwin_packages = ncurses readline sodium $(hardware_packages)

# 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

ifneq ($(host_arch),riscv64)
linux_packages += unwind
endif

mingw32_packages = icu4c sodium $(hardware_packages)
mingw32_native_packages = $(hardware_native_packages)

ifneq ($(build_os),darwin)
darwin_native_packages += native_cctools
endif