aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Alexander Orzechowski <alex@ozal.ski>2023-03-03 21:13:56 -0500
committerLibravatar Kirill Primak <vyivel@eclair.cafe>2024-01-18 18:36:54 +0300
commit869baff25221e1a1881e9559453faa43f90da33e (patch)
tree732c0c4cb4ea0efcaf407fd7e3766c767d057f45 /sway/meson.build
parentseat: Remove dead seatop_render function (diff)
downloadsway-869baff25221e1a1881e9559453faa43f90da33e.tar.gz
sway-869baff25221e1a1881e9559453faa43f90da33e.tar.zst
sway-869baff25221e1a1881e9559453faa43f90da33e.zip
renderer: Remove in favor of scene_graph
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 26251e58..04b0dd93 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/render.c',
22 'desktop/surface.c', 21 'desktop/surface.c',
23 'desktop/transaction.c', 22 'desktop/transaction.c',
24 'desktop/xdg_shell.c', 23 'desktop/xdg_shell.c',