aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authornyorain <nyorain@gmail.com>2017-08-14 18:19:42 +0200
committerDrew DeVault <sir@cmpwn.com>2017-08-14 18:02:05 -0400
commitd7dcbbc1758c29ca438dc358ca7e867d6f7a976c (patch)
tree80353bb02a35e679649d50c452e1410ac35a8d77 /backend/meson.build
parent53052b3f6e457f35d46fc3a71bd7eac96e55a484 (diff)
Add wayland backend cursor support
Diffstat (limited to 'backend/meson.build')
-rw-r--r--backend/meson.build1
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()