aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build10
1 files changed, 6 insertions, 4 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 26e56ad2..8bddb11b 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -46,6 +46,7 @@ sway_sources = files(
'ipc-json.c',
'ipc-server.c',
'desktop/output.c',
+ 'desktop/layer_shell.c',
'desktop/wl_shell.c',
'desktop/xdg_shell_v6.c',
'desktop/xwayland.c',
@@ -57,14 +58,15 @@ sway_sources = files(
)
sway_deps = [
+ jsonc,
+ libcap,
+ libinput,
+ math,
pcre,
pixman,
+ server_protos,
wayland_server,
- jsonc,
wlroots,
- libcap,
- math,
- libinput,
xkbcommon,
]