aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <alex@ozal.ski>2023-02-21 20:58:17 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commit5f0801b6f245cc789ea93b9449dd0c573ef36e66 (patch)
tree657615d28252b0b3bd01ef240ac6ae49dad15f74 /sway/meson.build
parentDelete old damage tracking code (diff)
downloadsway-5f0801b6f245cc789ea93b9449dd0c573ef36e66.tar.gz
sway-5f0801b6f245cc789ea93b9449dd0c573ef36e66.tar.zst
sway-5f0801b6f245cc789ea93b9449dd0c573ef36e66.zip
container: Don't track outputs
The scene graph abstraction does this for us
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 1079c749..d937e425 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -18,7 +18,6 @@ sway_sources = files(
18 'desktop/idle_inhibit_v1.c', 18 'desktop/idle_inhibit_v1.c',
19 'desktop/layer_shell.c', 19 'desktop/layer_shell.c',
20 'desktop/output.c', 20 'desktop/output.c',
21 'desktop/surface.c',
22 'desktop/transaction.c', 21 'desktop/transaction.c',
23 'desktop/xdg_shell.c', 22 'desktop/xdg_shell.c',
24 'desktop/launcher.c', 23 'desktop/launcher.c',