blob: ff9539136145dd5533fca7929612b33bb0b79e94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
The primary goal of this program is to create a portable and
simple command-line server utility that allows a VNC viewer
to connect to an actual X display.
</longdescription>
<use>
<flag name="xdamage">Enable support for the Xdamage library</flag>
<flag name="xfixes">Enable support for the Xfixes library</flag>
<flag name="xrandr">Enable support for the X xrandr extension</flag>
</use>
<upstream>
<remote-id type="sourceforge">libvncserver</remote-id>
<remote-id type="github">LibVNC/x11vnc</remote-id>
</upstream>
</pkgmetadata>
|