diff options
author | TheCharlatan <seb.kung@gmail.com> | 2018-09-22 20:07:33 +0200 |
---|---|---|
committer | TheCharlatan <seb.kung@gmail.com> | 2018-09-25 12:13:54 +0200 |
commit | 5c234cbdcbd7289539b2df4281ee20fbd12dbea0 (patch) | |
tree | b8ef7ea806cdf8968182668d4f74864f18b9b5e5 /contrib/depends/packages/packages.mk | |
parent | Merge pull request #4420 (diff) | |
download | monero-5c234cbdcbd7289539b2df4281ee20fbd12dbea0.tar.xz |
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.
Diffstat (limited to 'contrib/depends/packages/packages.mk')
-rw-r--r-- | contrib/depends/packages/packages.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/depends/packages/packages.mk b/contrib/depends/packages/packages.mk index 114f8e9c0..13ba37628 100644 --- a/contrib/depends/packages/packages.mk +++ b/contrib/depends/packages/packages.mk @@ -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) |