aboutsummaryrefslogtreecommitdiff
path: root/backend/meson.build
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2018-11-11 16:47:30 +1300
committerScott Anderson <scott@anderso.nz>2018-11-11 18:11:56 +1300
commit4e03802057279f62e79a4aa152af70243a14b9e3 (patch)
tree0a12ed7f7de89ac7bada13b2889b488be69f411b /backend/meson.build
parent3181c4bec06d2fe51da052c0a08c8287725ec900 (diff)
backend/wayland: Move registry into backend
Registry was a very small file, and is heavily related to the backend, so there is not point in keeping them separate.
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 dd1f4df3..03f8ea7d 100644
--- a/backend/meson.build
+++ b/backend/meson.build
@@ -23,7 +23,6 @@ backend_files = files(
'session/session.c',
'wayland/backend.c',
'wayland/output.c',
- 'wayland/registry.c',
'wayland/wl_seat.c',
)