mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add hidapi to depends
Clang needs to get its cctools path passed directly for the hid build to succeed. Make gperf a permanent external dependency. Remove pcsc from depends.
This commit is contained in:
parent
d2f9a4c584
commit
5c234cbdcb
8 changed files with 138 additions and 32 deletions
|
@ -4,16 +4,18 @@ native_packages := native_ccache
|
|||
wallet_packages=bdb
|
||||
|
||||
darwin_native_packages = native_biplist native_ds_store native_mac_alias
|
||||
darwin_packages += sodium-darwin
|
||||
darwin_packages += sodium-darwin hidapi-darwin
|
||||
|
||||
linux_packages = eudev libusb hidapi-linux
|
||||
|
||||
ifeq ($(host_os),linux)
|
||||
packages += pcsc-lite
|
||||
packages += unwind
|
||||
packages += sodium
|
||||
endif
|
||||
ifeq ($(host_os),mingw32)
|
||||
packages += icu4c
|
||||
packages += sodium
|
||||
packages += hidapi
|
||||
endif
|
||||
|
||||
ifneq ($(build_os),darwin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue