wlroots-hyprland/backend/meson.build
Drew DeVault ebdbe177d6 Drop RDP backend
Users interested in remote access to wlroots compositors should use
wayvnc:

https://github.com/any1/wayvnc
2020-01-10 19:38:39 +01:00

11 lines
167 B
Meson

wlr_files += files('backend.c')
subdir('drm')
subdir('headless')
subdir('libinput')
subdir('multi')
subdir('noop')
subdir('wayland')
subdir('x11')
subdir('session')