graphics/: Extend build system so that it will, eventually, be able to build a VNC server and client

This commit is contained in:
Gregory Nutt
2016-04-13 15:42:56 -06:00
parent ecf0bcf13c
commit 77f70317bb
9 changed files with 168 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
menuconfig VNCSERVER
bool "VNC server"
default n
depends on NET_TCP && !NX_LCDDRIVER && EXPERIMENTAL
---help---
Enable support for a VNC Remote Frame Buffer (RFB) server.
if VNCSERVER
endif # VNCSERVER