summaryrefslogtreecommitdiffstats
path: root/rules/realvnc.in
blob: 8671a8d280df83372837bac12594ebde960fc91c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
menuconfig REALVNC
	tristate
	prompt "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.

if REALVNC

config REALVNC_SERVER
	bool
	prompt "realvnc server"
	help
	  Install realvnc server

config REALVNC_CLIENT
	bool
	prompt "realvnc client"
	help
	  Install realvnc client

endif