aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar emersion <contact@emersion.fr>2018-05-13 16:38:56 +0100
committerLibravatar emersion <contact@emersion.fr>2018-05-13 16:38:56 +0100
commit88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6 (patch)
tree20597fec9184cbad25711a0f0cd7c028e99d2e78 /sway/meson.build
parentMerge pull request #1960 from RedSoxFan/edge-borders (diff)
downloadsway-88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6.tar.gz
sway-88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6.tar.zst
sway-88d9d43b367b9b0cb61c4c9fb1619becdb71e9d6.zip
Add xdg-shell stable support
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index acf4a3e4..570d4783 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -10,10 +10,11 @@ sway_sources = files(
10 'security.c', 10 'security.c',
11 11
12 'desktop/desktop.c', 12 'desktop/desktop.c',
13 'desktop/output.c',
14 'desktop/layer_shell.c', 13 'desktop/layer_shell.c',
14 'desktop/output.c',
15 'desktop/wl_shell.c', 15 'desktop/wl_shell.c',
16 'desktop/xdg_shell_v6.c', 16 'desktop/xdg_shell_v6.c',
17 'desktop/xdg_shell.c',
17 'desktop/xwayland.c', 18 'desktop/xwayland.c',
18 19
19 'input/input-manager.c', 20 'input/input-manager.c',