2012-02-10 16:00:07 +01:00
|
|
|
config BR2_PACKAGE_LIBVNCSERVER
|
|
|
|
bool "libvncserver"
|
2014-02-19 23:17:00 +01:00
|
|
|
depends on BR2_USE_MMU # VNCommand.c uses fork()
|
2015-12-30 23:02:45 +01:00
|
|
|
# binutils issue (bad expression)
|
|
|
|
depends on !BR2_nios2
|
2019-07-12 23:29:18 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2019-06-22 15:33:10 +02:00
|
|
|
select BR2_PACKAGE_LZO
|
2012-02-10 16:00:07 +01:00
|
|
|
help
|
|
|
|
libvncserver is a VNC server/client library.
|
|
|
|
|
2019-06-22 15:33:09 +02:00
|
|
|
https://libvnc.github.io/
|
2014-12-27 20:12:54 +01:00
|
|
|
|
|
|
|
if BR2_PACKAGE_LIBVNCSERVER
|
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBVNCSERVER_TIGHTPNG
|
|
|
|
bool "TightPNG encoding support"
|
|
|
|
select BR2_PACKAGE_JPEG
|
|
|
|
select BR2_PACKAGE_LIBPNG
|
|
|
|
help
|
|
|
|
TightPNG encoding speeds up HTML5 based VNC clients like
|
|
|
|
noVNC.
|
|
|
|
|
|
|
|
http://wiki.qemu.org/VNC_Tight_PNG
|
|
|
|
|
|
|
|
endif
|
2019-07-12 23:29:18 +02:00
|
|
|
|
|
|
|
comment "libvncserver needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_nios
|
|
|
|
depends on BR2_STATIC_LIBS
|