# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake DESCRIPTION="A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops." HOMEPAGE="https://wayvr.org/" SRC_URI="https://github.com/wayvr-org/wayvr/archive/refs/tags/v26.2.1.tar.gz" S=${WORKDIR}/v26.2.1 LICENSE="" IUSE="+wayland x11 openvr +openxr" SLOT="0" KEYWORDS="amd64" RDEPEND=" x11-libs/libxkbcommon x11-libs/libXrandr media-libs/fontconfig sys-apps/dbus media-libs/alsa-lib dev-lang/python wayland? ( dev-libs/wayland ) wayland? ( media-video/pipewire ) x11? ( x11-libs/libX11 ) x11? ( x11-libs/libXext ) openvr? ( media-libs/openvr ) openxr? ( media-libs/openxr-loader )" DEPEND="${RDEPEND}" BDEPEND=" dev-build/cmake virtual/pkgconfig sys-devel/gcc dev-build/make sys-libs/glibc llvm-core/clang" src_configure() { } src_install() { }