kurikaesu / userspace-tablet-driver-daemon

Linux device drivers for non-wacom (XP-Pen, Huion, Gaomon) graphics tablets and pen displays
GNU General Public License v3.0
65 stars 16 forks source link

Add a dependency to libusb-1.0-0 to CMakeLists.txt #34

Closed allo- closed 3 years ago

allo- commented 3 years ago

cmake doesn't check for libusb headers when configuring the project.

kurikaesu commented 3 years ago

Thanks for the report, are you able to make the change and send a PR?

allo- commented 3 years ago

Maybe after I actually get my tablet running. I am a bit struggling since the official tool stopped working and really hope your project helps.

It looks like libusb can be added as cmake package: https://fossies.org/linux/xbmc/cmake/modules/FindLibUSB.cmake