Drop RDP backend

Users interested in remote access to wlroots compositors should use
wayvnc:

https://github.com/any1/wayvnc
This commit is contained in:
Drew DeVault 2020-01-10 11:33:21 -05:00 committed by Simon Ser
parent 802ef9da8a
commit ebdbe177d6
18 changed files with 1 additions and 1379 deletions

View file

@ -1,4 +1,3 @@
option('freerdp', type: 'feature', value: 'auto', description: 'Enable support for the RDP backend with freerdp')
option('libcap', type: 'feature', value: 'auto', description: 'Enable support for rootless session via capabilities (cap_sys_admin)')
option('logind', type: 'feature', value: 'auto', description: 'Enable support for rootless session via logind')
option('logind-provider', type: 'combo', choices: ['systemd', 'elogind'], value: 'systemd', description: 'Provider of logind support library')