Add wayland backend cursor support

This commit is contained in:
nyorain 2017-08-14 18:19:42 +02:00 committed by Drew DeVault
parent 53052b3f6e
commit d7dcbbc175
5 changed files with 268 additions and 1 deletions

View file

@ -22,6 +22,7 @@ backend_files = files(
'wayland/output.c',
'wayland/registry.c',
'wayland/wl_seat.c',
'wayland/os-compatibility.c',
)
if systemd.found()