blob: 9d94e47bf06103524c7fa4b430b7b68116919999 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_VNC_REFLECTOR
prompt "vnc-reflector..................... VNC proxy for multiple clients"
tristate
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBJPEG
select BR2_PACKAGE_ZLIB
help
VNC Reflector is a specialized VNC server which acts as
a proxy sitting between real VNC server (a host) and a
number of VNC clients. It was designed to work efficiently
with large number of clients.
|