Skip to content
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

Prevent usage newer evdev than 0.11.3 due to compilation error for armv7 #107

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

LinusCDE
Copy link
Collaborator

@LinusCDE LinusCDE commented Sep 1, 2022

This should fix issue #106 by capping the version of evdev used for now.

I also tested with the newer minor version (0.12.0) and it had the same issue as well.

@LinusCDE
Copy link
Collaborator Author

LinusCDE commented Sep 1, 2022

Was about to make a PR to evdev to fix the source issue, but found that their current master branch builds fine. It seems this already got addressed in a commit 9 days ago, but there is no release with this fix yet.

PR: emberian/evdev#96
Commit: emberian/evdev@909b3d2

So this fix should do the trick until the next release of evdev fixes the issue. If it's a patch release (0.12.X) we should probably use >= for the version to ensure no accidental use of 0.12.0.

Will merge this tomorrow of no one is against this (cc @bkirwi @fenollp )

@bkirwi
Copy link
Collaborator

bkirwi commented Sep 1, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants