Open
Description
I tried the example, got blocked on the compiling.
Because on debian based distribution, the package libinput is called "libinput10" and just no libinput
So i had to create a symlink:
sudo ln -s /usr/lib/x86_64-linux-gnu/libinput.so.10 /usr/lib/x86_64-linux-gnu/libinput.so
And the compiling error vanished.
Since i couldn't find the answer anywhere and struggled to find the solution, i had to post the solution somewhere.
Metadata
Assignees
Labels
No labels