diff options
author | Simon Ser <contact@emersion.fr> | 2022-10-14 17:44:49 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2022-11-18 15:35:20 +0000 |
commit | 69b0b296a296d6d42607eea6dd82876d00d306fb (patch) | |
tree | c8accde76ae98a1a5bed241a685f0127494fd89f /xwayland/meson.build | |
parent | f84f7c771061696b52e39b2d3d994de9db1dbd65 (diff) |
xwayland-shell-v1: new protocol implementation
References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/163
Diffstat (limited to 'xwayland/meson.build')
-rw-r--r-- | xwayland/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/meson.build b/xwayland/meson.build index 4d8ed5f4..0e36b61e 100644 --- a/xwayland/meson.build +++ b/xwayland/meson.build @@ -68,6 +68,7 @@ wlr_files += files( 'selection/outgoing.c', 'selection/selection.c', 'server.c', + 'shell.c', 'sockets.c', 'xwayland.c', 'xwm.c', |