Consolidate HID depends makefiles into single recipe
Make sure all required dependencies are linked statically, by only providing the static libraries.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
packages:=boost openssl libevent zeromq cppzmq zlib expat ldns cppzmq readline libiconv qt
|
||||
packages:=boost openssl libevent zeromq cppzmq zlib expat ldns cppzmq readline libiconv qt hidapi
|
||||
native_packages := native_ccache
|
||||
|
||||
wallet_packages=bdb
|
||||
|
||||
darwin_native_packages = native_biplist native_ds_store native_mac_alias
|
||||
darwin_packages = sodium-darwin hidapi-darwin
|
||||
darwin_packages = sodium-darwin
|
||||
|
||||
linux_packages = eudev libusb hidapi-linux
|
||||
linux_packages = eudev libusb
|
||||
|
||||
ifeq ($(host_os),linux)
|
||||
packages += unwind
|
||||
@@ -15,7 +15,6 @@ endif
|
||||
ifeq ($(host_os),mingw32)
|
||||
packages += icu4c
|
||||
packages += sodium
|
||||
packages += hidapi
|
||||
endif
|
||||
|
||||
ifneq ($(build_os),darwin)
|
||||
|
||||
Reference in New Issue
Block a user