diff options
author | William McKinnon <[email protected]> | 2022-08-13 02:14:23 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-08-13 02:14:23 -0400 |
commit | cf1ed777ae56f677bcc0f832c52c04dc65be18ce (patch) | |
tree | 523dc4848d5cda83366bf8ccd6fc8cb453566a11 /sway/meson.build | |
parent | 06f19c81a4d20651a9e4bb503fed77b278e1d027 (diff) |
Add official fx renderer (#3)
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
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', |