Tinob / Ishiiruka

GNU General Public License v2.0
353 stars 119 forks source link

cmake cant find libevdev, even when it is installed #184

Closed TotorRuns closed 3 years ago

TotorRuns commented 3 years ago

-- Found LIBUDEV: /usr/lib/x86_64-linux-gnu/libudev.so
-- Could NOT find libevdev (missing: LIBEVDEV_LIBRARY LIBEVDEV_INCLUDE_DIR) CMake Error at CMakeLists.txt:502 (message): Couldn't find libevdev and/or libudev. Can't build evdev controller backend.

Disable ENABLE_EVDEV if you wish to build without controller support

-- Configuring incomplete, errors occurred!

I tried to compile today Ishiiruka on Linux Mint, after I ran cmake .. it couldnt find libedev like you see above. Can I ignore it or is it a error that I have to solve. I tried to manually install it, but there it says that it is installed.