mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-14 09:02:26 +02:00
Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org>
20 lines
798 B
XML
20 lines
798 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
VNC server for wlroots based Wayland compositors.
|
|
It attaches to a running Wayland session, creates
|
|
virtual input devices and exposes a single display
|
|
via the RFB protocol. The Wayland session may be a
|
|
headless one, so it is also possible to run wayvnc
|
|
without a physical display attached.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">any1/wayvnc</remote-id>
|
|
</upstream>
|
|
<use>
|
|
<flag name="gbm">enable GPU-side screencopy (experimental)</flag>
|
|
<flag name="tracing">Trace kernel and memory calls</flag>
|
|
</use>
|
|
</pkgmetadata>
|