mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
Will not compile without dev-libs/lzo Upstream Bug: https://github.com/any1/wlvncc/issues/11 Signed-off-by: Dale Showers <gentoo@fictx.com>
27 lines
486 B
Bash
27 lines
486 B
Bash
# 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"
|
|
|
|
DOCS=("README.md" "scripts/auth-script.sh")
|
|
|
|
DEPEND="
|
|
dev-libs/lzo
|
|
dev-libs/wayland-protocols
|
|
x11-libs/libdrm
|
|
"
|
|
RDEPEND="
|
|
dev-libs/aml
|
|
x11-libs/libxkbcommon
|
|
x11-libs/pixman
|
|
dev-libs/wayland
|
|
"
|