diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-11-12 16:13:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-12 16:13:18 -0500 |
commit | d2d8372cdc20c908342497fcdbfa91b6fc99df82 (patch) | |
tree | 2d28083772e0931316039b3848a69a4d1a12034a /backend/meson.build | |
parent | 3181c4bec06d2fe51da052c0a08c8287725ec900 (diff) | |
parent | 180151ed0995954d50648a30382217e471e77242 (diff) |
Merge pull request #1369 from ascent12/wayland_backend
Wayland backend improvements
Diffstat (limited to 'backend/meson.build')
-rw-r--r-- | backend/meson.build | 1 |
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', ) |