summaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2023-04-06 18:49:51 -0400
committerWill McKinnon <[email protected]>2023-04-06 20:30:42 -0400
commit420364dd191fa3c22370bbaa34f178b07bcb8318 (patch)
treebf7e3bcb7a0835e0c16901a3b800c7f218607d53 /sway/meson.build
parentc24fccd45c4bc69c968a09ae5b953672a29bac12 (diff)
structure: moved fx_renderer and related fuctions to a folder
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/meson.build b/sway/meson.build
index b6f63c16..7eef011b 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -14,7 +14,8 @@ sway_sources = files(
'xdg_decoration.c',
'desktop/desktop.c',
- 'desktop/fx_renderer.c',
+ 'desktop/fx_renderer/fx_renderer.c',
+ 'desktop/fx_renderer/matrix.c',
'desktop/idle_inhibit_v1.c',
'desktop/layer_shell.c',
'desktop/output.c',
@@ -224,7 +225,7 @@ sway_sources = files(
'tree/output.c',
)
-subdir('desktop/shaders')
+subdir('desktop/fx_renderer/shaders')
sway_deps = [
cairo,