aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 15:47:22 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-28 15:47:22 -0400
commit0c8a64942e087038806b353949c900e03fd764a8 (patch)
treea427ff9d8702ad5dbc6e5ede8851930662d010ef /sway/meson.build
parentMerge pull request #1638 from swaywm/swaybg-layers (diff)
downloadsway-0c8a64942e087038806b353949c900e03fd764a8.tar.gz
sway-0c8a64942e087038806b353949c900e03fd764a8.tar.zst
sway-0c8a64942e087038806b353949c900e03fd764a8.zip
Add initial layer shell skeleton
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