[openSUSE] - Add additional information to be able to build xrizer #4
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've had problems trying to build xrizer on openSUSE because it couldn't find the wayland-devel headers specifically the wayland-client.h file.
I've been told to symlink them to /usr/include to make xrizer able to find them and build and it worked fine.
This is the command I ran:
There are to two possible places to add this to the wiki, I don't know which one is better:
I also opened an issue in the xrizer repo suggesting to disable the wayland headers in the build to avoid doing this symlink (I'm waiting for a response) so it depends of what the xrizer owner decides to do.