You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: