summaryrefslogtreecommitdiffstats
path: root/rules/realvnc.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/realvnc.in')
-rw-r--r--rules/realvnc.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/rules/realvnc.in b/rules/realvnc.in
index 98a8f1259..509f847bd 100644
--- a/rules/realvnc.in
+++ b/rules/realvnc.in
@@ -1,5 +1,6 @@
menuconfig REALVNC
- bool "realvnc [BROKEN] "
+ tristate
+ "realvnc [BROKEN] "
select ZLIB
depends on BROKEN
help
@@ -7,17 +8,18 @@ menuconfig REALVNC
lets you see and interact with desktop
applications across any network.
+if REALVNC
+
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
+endif