summaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2022-08-13 02:14:23 -0400
committerGitHub <[email protected]>2022-08-13 02:14:23 -0400
commitcf1ed777ae56f677bcc0f832c52c04dc65be18ce (patch)
tree523dc4848d5cda83366bf8ccd6fc8cb453566a11 /sway/meson.build
parent06f19c81a4d20651a9e4bb503fed77b278e1d027 (diff)
Add official fx renderer (#3)
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 4ccb2ba1..99d729ff 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -12,6 +12,7 @@ sway_sources = files(
'xdg_decoration.c',
'desktop/desktop.c',
+ 'desktop/fx_renderer.c',
'desktop/idle_inhibit_v1.c',
'desktop/layer_shell.c',
'desktop/output.c',