Skip to content

Support non-GNU C library implementations

Harry Cutts requested to merge hcutts/evemu:bionic-libc into master

We would like to run use evemu on Android, which uses the Bionic C library implementation. To make it compatible, we just need a couple of small changes.

These were tested by compiling the evemu tools for both Android and Debian, then checking that help messages showed the right binary name, and device lists created by find_event_devices were sorted appropriately.

Merge request reports