summaryrefslogtreecommitdiff
path: root/types/meson.build
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2023-07-12 01:23:05 -0400
committerGitHub <[email protected]>2023-07-12 01:23:05 -0400
commit120ddde3b1c6343b99ecfb790f15ffbe23c8c2b5 (patch)
treeeeb9685137d95e888a6b98785109b9f3d9129a59 /types/meson.build
parent9eaa07a4b141bc80a46cb7ab2dc94048f126fa8c (diff)
parent2388e30bd5ef01ab67d6be769743da3e830f59c4 (diff)
Merge pull request #4 from Shinyzenith/main
Sucessfully compile libscenefx and tinywl
Diffstat (limited to 'types/meson.build')
-rw-r--r--types/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/types/meson.build b/types/meson.build
index 0654669..fa37bda 100644
--- a/types/meson.build
+++ b/types/meson.build
@@ -5,4 +5,5 @@ wlr_files += files(
'scene/output_layout.c',
'scene/xdg_shell.c',
'scene/layer_shell_v1.c',
+ 'buffer/buffer.c',
)