-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hidapi to depends #4431
Add hidapi to depends #4431
Conversation
The travis build results can be seen here: https://travis-ci.org/TheCharlatan/monero/builds/432681811?utm_source=github_status&utm_medium=notification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
Please rebase, looks like 4420 was included in this PR |
...as stated in the pr description. I'll pull over the changes from 4420 then. That should fix the apple build and leave 4420 with just the travis addition. |
@TheCharlatan I did merge 4420 first, per the description, but it's conflicting despite that |
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.
e324866
to
5c234cb
Compare
Weird, I first got the notification of your message, then only the merge notice of 4420. Sorry for the confusion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed
5c234cb Add hidapi to depends (TheCharlatan)
This pull request is based on #4420 , please merge that first.
The hidapi library is easily cross compiled to windows and mac, so this should fix the depends builds for mac and windows. I have not tested the produced binaries for Ledger Support, this should be probably be done at some point.