libusb / hidapi

A Simple cross-platform library for communicating with HID devices
https://libusb.info/hidapi/
Other
1.69k stars 399 forks source link

`hidapi` is not available via pkg-config on BSD systems when built with CMake #638

Open Youw opened 1 year ago

Youw commented 1 year ago

Apparently CMake build scripts generate hidapi-libusb package (same way as on Linux), but not hidapi as autotools used to do it. Probably best to provide hidapi package always, even when more than one backend is available.