summaryrefslogtreecommitdiffstats
path: root/rules/realvnc.in
blob: 0e254fe65b3ebb797c543a270c806d589f9dbf14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menuconfig REALVNC
	bool "realvnc [BROKEN]      "
	select ZLIB
	depends on BROKEN

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