diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-08-14 18:21:09 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-14 18:21:09 -0400 |
commit | 5ca88af557178c0081fd408ae008686b79d6dd9c (patch) | |
tree | 80353bb02a35e679649d50c452e1410ac35a8d77 /backend/meson.build | |
parent | 53052b3f6e457f35d46fc3a71bd7eac96e55a484 (diff) | |
parent | d7dcbbc1758c29ca438dc358ca7e867d6f7a976c (diff) |
Merge pull request #87 from nyorain/wlbcursor
Implement wayland backend cursor
Diffstat (limited to 'backend/meson.build')
-rw-r--r-- | backend/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/meson.build b/backend/meson.build index dcf7837a..cea3076c 100644 --- a/backend/meson.build +++ b/backend/meson.build @@ -22,6 +22,7 @@ backend_files = files( 'wayland/output.c', 'wayland/registry.c', 'wayland/wl_seat.c', + 'wayland/os-compatibility.c', ) if systemd.found() |