1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-23 12:34:37 +03:00
openwrt-xburst/package/vnc-reflector/Config.in
wbx 719a424387 use prompt description, not tristate, use select from libraries instead of depends on, suggested by Nico
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2005-12-13 17:34:51 +00:00

13 lines
419 B
Plaintext
Executable File

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.