aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/hidapi.mk (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-05-10depends: Package cleanupHoward Chu1-4/+2
All patching should be in _preprocess_cmd. config_cmd should just run configure and nothing else before it, otherwise $PATH is broken when it runs. Also remove redundant settings to configure, _autoconf already sets them. We leave explicit AR_FLAGS settings because the builtin rule uses ARFLAGS, and so would leave AR_FLAGS unset otherwise.
2022-05-06Fix arm64 darwin package defsHoward Chu1-1/+1
2021-11-10depends: bump hidapi to 0.11.0selsta1-2/+7
2019-11-17Add ARFLAGSHoward Chu1-1/+1
Needed to invoke deterministic mode on some archivers
2019-07-12Merge pull request #5704luigi11111-3/+3
8f22279 Depends: Update HIDAPI version (TheCharlatan)
2019-06-27Depends: Update HIDAPI versionTheCharlatan1-3/+3
The macos binaries in release v0.14.1.0 were compiled with the buggy hidapi-0.8.0-rc1 version. This resulted in users not being able to use their Ledger with the latest cli wallet. After the patch depends now fetches the source from the libusb hidapi repository that has taken over maintenance of hidapi.
2019-06-25Remove clutter in depends installed packagesTheCharlatan1-0/+5
To speedup the depends cached builds, remove some some clutter from the package files. This mainly incldues removing all the shared libraries and .la linker files. It also gives stronger guarantees that monero only links the static libs without any external rvalues.
2018-10-08Depends: build hidapi with -fPICiDunk54001-0/+1
2018-10-07Consolidate HID depends makefiles into single recipeTheCharlatan1-1/+7
Make sure all required dependencies are linked statically, by only providing the static libraries.
2018-09-25Add hidapi to dependsTheCharlatan1-0/+23
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.