let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / package / vnc-reflector / Config.in
1 config BR2_PACKAGE_VNC_REFLECTOR
2 prompt "vnc-reflector..................... VNC proxy for multiple clients"
3 tristate
4 default m if CONFIG_DEVEL
5 select BR2_PACKAGE_LIBJPEG
6 select BR2_PACKAGE_ZLIB
7 help
8 VNC Reflector is a specialized VNC server which acts as
9 a proxy sitting between real VNC server (a host) and a
10 number of VNC clients. It was designed to work efficiently
11 with large number of clients.
12
13 http://sourceforge.net/projects/vnc-reflector
14