aboutsummaryrefslogtreecommitdiffstats
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(
46 'ipc-json.c', 46 'ipc-json.c',
47 'ipc-server.c', 47 'ipc-server.c',
48 'desktop/output.c', 48 'desktop/output.c',
49 'desktop/layer_shell.c',
49 'desktop/wl_shell.c', 50 'desktop/wl_shell.c',
50 'desktop/xdg_shell_v6.c', 51 'desktop/xdg_shell_v6.c',
51 'desktop/xwayland.c', 52 'desktop/xwayland.c',
@@ -57,14 +58,15 @@ sway_sources = files(
57) 58)
58 59
59sway_deps = [ 60sway_deps = [
61 jsonc,
62 libcap,
63 libinput,
64 math,
60 pcre, 65 pcre,
61 pixman, 66 pixman,
67 server_protos,
62 wayland_server, 68 wayland_server,
63 jsonc,
64 wlroots, 69 wlroots,
65 libcap,
66 math,
67 libinput,
68 xkbcommon, 70 xkbcommon,
69] 71]
70 72