2019-06-12 12:20:44 +03:00
|
|
|
packages:=boost openssl zeromq cppzmq expat ldns readline libiconv hidapi protobuf libusb
|
2018-12-04 23:01:03 +02:00
|
|
|
native_packages := native_ccache native_protobuf
|
2018-03-19 00:01:56 +02:00
|
|
|
|
|
|
|
darwin_native_packages = native_biplist native_ds_store native_mac_alias
|
2018-10-07 20:16:22 +03:00
|
|
|
darwin_packages = sodium-darwin
|
2018-09-22 21:07:33 +03:00
|
|
|
|
2018-12-04 23:01:03 +02:00
|
|
|
linux_packages = eudev
|
2019-01-29 17:18:47 +02:00
|
|
|
qt_packages = qt
|
2018-03-19 00:01:56 +02:00
|
|
|
|
2019-04-09 20:23:28 +03:00
|
|
|
ifeq ($(build_tests),ON)
|
|
|
|
packages += gtest
|
|
|
|
endif
|
|
|
|
|
2018-03-20 02:26:35 +02:00
|
|
|
ifeq ($(host_os),linux)
|
|
|
|
packages += unwind
|
2018-09-22 21:07:33 +03:00
|
|
|
packages += sodium
|
2018-03-20 02:26:35 +02:00
|
|
|
endif
|
2018-03-20 01:33:49 +02:00
|
|
|
ifeq ($(host_os),mingw32)
|
|
|
|
packages += icu4c
|
2018-09-22 21:07:33 +03:00
|
|
|
packages += sodium
|
2018-03-20 01:33:49 +02:00
|
|
|
endif
|
2018-03-20 02:26:35 +02:00
|
|
|
|
2018-03-19 00:01:56 +02:00
|
|
|
ifneq ($(build_os),darwin)
|
|
|
|
darwin_native_packages += native_cctools native_cdrkit native_libdmg-hfsplus
|
|
|
|
endif
|
2018-03-20 02:26:35 +02:00
|
|
|
|