summaryrefslogtreecommitdiffstats
path: root/channels/gfxredir/ChannelOptions.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'channels/gfxredir/ChannelOptions.cmake')
-rw-r--r--channels/gfxredir/ChannelOptions.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/channels/gfxredir/ChannelOptions.cmake b/channels/gfxredir/ChannelOptions.cmake
new file mode 100644
index 0000000..62cdceb
--- /dev/null
+++ b/channels/gfxredir/ChannelOptions.cmake
@@ -0,0 +1,12 @@
+if(WITH_CHANNEL_GFXREDIR)
+ set(OPTION_DEFAULT OFF)
+ set(OPTION_CLIENT_DEFAULT OFF)
+ set(OPTION_SERVER_DEFAULT ON)
+
+ define_channel_options(NAME "gfxredir" TYPE "dynamic"
+ DESCRIPTION "Graphics Redirection Virtual Channel Extension"
+ SPECIFICATIONS "[MS-RDPXXXX]"
+ DEFAULT ${OPTION_DEFAULT})
+
+ define_channel_server_options(${OPTION_SERVER_DEFAULT})
+endif()