DanielOgorchock / joycond

userspace daemon to combine joy-cons from the hid-nintendo kernel driver
GNU General Public License v3.0
338 stars 68 forks source link

A required package was not found #132

Closed ShW4rdZ closed 7 months ago

ShW4rdZ commented 7 months ago

Hello, when I enter the cmake . command it returns me this error message:

CMake Error at /usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:603 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.22/Modules/FindPkgConfig.cmake:825 (_pkg_check_modules_internal)
CMakeLists.txt:11 (pkg_check_modules)

Idk what it is talkin' about, I verified if the pkg-config package was installed and it is. Please, don't you have any idea ?

ShW4rdZ commented 7 months ago

I had to run sudo apt install libudev-dev.