# Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit git-r3 meson DESCRIPTION="A Wayland Native VNC Client" HOMEPAGE="https://github.com/any1/wlvncc" EGIT_REPO_URI="https://github.com/any1/wlvncc" LICENSE="GPL-2" SLOT="0" IUSE="video_cards_nvidia" DOCS=("README.md" "scripts/auth-script.sh") DEPEND=" dev-libs/lzo dev-libs/wayland-protocols x11-libs/libdrm media-video/ffmpeg " RDEPEND=" dev-libs/aml:0/1 x11-libs/libxkbcommon x11-libs/pixman dev-libs/wayland video_cards_nvidia? ( gui-libs/egl-gbm ) !video_cards_nvidia? ( media-libs/mesa ) "