mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 14:53:47 +08:00
graphics/: Extend build system so that it will, eventually, be able to build a VNC server and client
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user