5d9d701cfb
Enable blowfish, RC4 and RMD160 in openssl to fix build failure raised since
commit a83d41867c
Fixes:
- http://autobuild.buildroot.org/results/1872c9ce57490455946679efcc654bd111fd3d7b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
config BR2_PACKAGE_X11VNC
|
|
bool "x11vnc"
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_nios2 # libvncserver
|
|
select BR2_PACKAGE_LIBVNCSERVER
|
|
select BR2_PACKAGE_XLIB_LIBXT
|
|
select BR2_PACKAGE_XLIB_LIBXEXT
|
|
select BR2_PACKAGE_XLIB_LIBXTST
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH if BR2_PACKAGE_LIBOPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 if BR2_PACKAGE_LIBOPENSSL
|
|
select BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 if BR2_PACKAGE_LIBOPENSSL
|
|
help
|
|
VNC server for X11 display
|
|
|
|
http://www.karlrunge.com/x11vnc/
|