aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2019-08-18 23:16:00 +0300
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-08-20 10:57:20 +0900
commit7488d33d42cfc29c5fbeb02888b1d718bd84d4d0 (patch)
tree502ba754b642d98c6b4413fe545ea31b061180c1 /sway/meson.build
parentproperly check pixman_region32_contains_rectangle return (diff)
downloadsway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.tar.gz
sway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.tar.zst
sway-7488d33d42cfc29c5fbeb02888b1d718bd84d4d0.zip
Remove xdg-shell v6 support
All major toolkits and apps have gained xdg-shell stable support. Closes: https://github.com/swaywm/sway/issues/3690
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 157e3996..4783c58f 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -17,7 +17,6 @@ sway_sources = files(
17 'desktop/output.c', 17 'desktop/output.c',
18 'desktop/render.c', 18 'desktop/render.c',
19 'desktop/transaction.c', 19 'desktop/transaction.c',
20 'desktop/xdg_shell_v6.c',
21 'desktop/xdg_shell.c', 20 'desktop/xdg_shell.c',
22 21
23 'input/input-manager.c', 22 'input/input-manager.c',