summaryrefslogtreecommitdiffstats
path: root/package/x11vnc/Config.in
blob: 9e91a11ad1c5b40402a6d755cc9744ba9413aa1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/
OpenPOWER on IntegriCloud