kumquat-buildroot/package/libvncserver/Config.in
Fabrice Fontaine 24ec03592d package/libvncserver: requires DES support in openssl
Enable DES in openssl to fix build failure raised since commit
a83d41867c

Fixes:
 - http://autobuild.buildroot.org/results/3dd9a97e7faa99bab12d7acb069e8414e17f67e9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-06-13 22:02:44 +02:00

32 lines
780 B
Plaintext

config BR2_PACKAGE_LIBVNCSERVER
bool "libvncserver"
depends on BR2_USE_MMU # VNCommand.c uses fork()
# binutils issue (bad expression)
depends on !BR2_nios2
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LZO
select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL
help
libvncserver is a VNC server/client library.
https://libvnc.github.io/
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
comment "libvncserver needs a toolchain w/ dynamic library"
depends on BR2_USE_MMU
depends on !BR2_nios
depends on BR2_STATIC_LIBS