wheaney / XRLinuxDriver

Linux service for interacting with XR devices
MIT License
189 stars 16 forks source link

AUR: wayland-client not found #77

Open mario-aleo opened 4 hours ago

mario-aleo commented 4 hours ago

I`ve been trying to install the xr-driver-git using yay, but it's yielding an error?

CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:619 (message):
  The following required packages were not found:

   - wayland-client

Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPkgConfig.cmake:841 (_pkg_check_modules_internal)
  CMakeLists.txt:41 (pkg_check_modules)

-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in build().

I have xorg-xwayland installed and can't find a package explicit named wayland-client. What am I missing here?

wheaney commented 2 hours ago

Can you try this? sudo pacman -S wayland After that, you may also need sudo pacman -S wayland-protocols

Let me know if that resolves it.