aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-10 11:33:21 -0500
committerSimon Ser <contact@emersion.fr>2020-01-10 19:38:39 +0100
commitebdbe177d62d3c8bab04f77b86326804ff185bef (patch)
tree6979b1fa35d43fa20a85c268854b3ac5f22ce221 /backend/meson.build
parent802ef9da8a1c3fa940d76c60f5bf635afa0b16fb (diff)
Drop RDP backend
Users interested in remote access to wlroots compositors should use wayvnc: https://github.com/any1/wayvnc
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/meson.build b/backend/meson.build
index 373102b6..3cd24b39 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -5,7 +5,6 @@ subdir('headless')
subdir('libinput')
subdir('multi')
subdir('noop')
-subdir('rdp')
subdir('wayland')
subdir('x11')