mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 23:07:16 +00:00
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/
|