61d0a65557
x11vnc needs libvncserver, so select it explicitely. Fixes: http://autobuild.buildroot.net/results/34f8045e772b96293cc7d25bd61ac0aa5842824f/ Signed-off-by: Martin Kepplinger <martink@posteo.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
345 B
Plaintext
14 lines
345 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
|
|
help
|
|
VNC server for X11 display
|
|
|
|
http://www.karlrunge.com/x11vnc/
|