summaryrefslogtreecommitdiffstats
path: root/rules/realvnc.in
blob: 98a8f1259ae674f64d774e1e0d8be828efb48e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
menuconfig REALVNC
	bool "realvnc [BROKEN]      "
	select ZLIB
	depends on BROKEN
	help
	  RealVNC provides remote control software which
	  lets you see and interact with desktop
	  applications across any network.

config REALVNC_SERVER
	bool
	prompt "realvnc server"
	depends on REALVNC
	help
	  Install realvnc server

config REALVNC_CLIENT
	bool
	prompt "realvnc client"
	depends on REALVNC
	help
	  Install realvnc client