Closed loood closed 1 year ago
I should note this is from the latest commit. tags/0.3.3 compiled fine.
The master branch adds support for ABS_* events. It looks like this ABS_PROFILE is not defined in your kernel. We'll need to add compile time detection in build.rs and disable it if it's not present.
While it's not my main install, I also have this issue in Void Linux. I can keep everything on 0.3.3 for now. rkvm has worked great for the months I've been using it. If not for this, I wouldn't have even bothered using/moving to wayland. So I appreciate all the work you've done.
Fixed in 0.4.1 🎉
Building this in a ubuntu:jammy docker image. After running
apt-get update ; apt-get -y install cargo clang libevdev-dev build-essential pkg-config
I get this error. Any ideas?