[openSUSE] - Add additional information to be able to build xrizer #4

Open
opened 2025-05-14 16:14:50 -04:00 by RiQuY · 0 comments
RiQuY commented 2025-05-14 16:14:50 -04:00 (Migrated from gitlab.com)

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:

# Symlink wayland-devel headers for xrizer
sudo ln -s /usr/include/wayland/* /usr/include/

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.

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: ```sh # Symlink wayland-devel headers for xrizer sudo ln -s /usr/include/wayland/* /usr/include/ ``` There are to two possible places to add this to the wiki, I don't know which one is better: - https://lvra.gitlab.io/docs/distros/opensuse_tumbleweed/ - https://lvra.gitlab.io/docs/fossvr/xrizer/ 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. - https://github.com/Supreeeme/xrizer/issues/101
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LinuxVR_Adventure/lvra.gitlab.io#4