aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/packages/hidapi.mk
Commit message (Collapse)AuthorAgeFilesLines
* depends: hidapi: update to 0.15.0tobtoht2025-11-241-4/+3
|
* depends: bump hidapi/libusbtobtoht2023-01-251-3/+3
| | | | | | fixes Trezor connectivity issues on Windows 10/11 Co-authored-by: selsta <selsta@sent.at>
* depends: Package cleanupHoward Chu2022-05-101-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.
* Fix arm64 darwin package defsHoward Chu2022-05-061-1/+1
|
* depends: bump hidapi to 0.11.0selsta2021-11-101-2/+7
|
* Add ARFLAGSHoward Chu2019-11-171-1/+1
| | | | Needed to invoke deterministic mode on some archivers
* Merge pull request #5704luigi11112019-07-121-3/+3
|\ | | | | | | 8f22279 Depends: Update HIDAPI version (TheCharlatan)
| * Depends: Update HIDAPI versionTheCharlatan2019-06-271-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.
* | Remove clutter in depends installed packagesTheCharlatan2019-06-251-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.
* Depends: build hidapi with -fPICiDunk54002018-10-081-0/+1
|
* Consolidate HID depends makefiles into single recipeTheCharlatan2018-10-071-1/+7
| | | | | Make sure all required dependencies are linked statically, by only providing the static libraries.
* Add hidapi to dependsTheCharlatan2018-09-251-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.