summaryrefslogtreecommitdiff
path: root/types/meson.build
diff options
context:
space:
mode:
authorErik Reider <[email protected]>2023-08-06 20:48:58 +0200
committerGitHub <[email protected]>2023-08-06 14:48:58 -0400
commitb929a2bbadf467864796ad4ec90882ce86cfebff (patch)
tree8229d63bfe8e1ba7908c5ca988c3bb774ea7990b /types/meson.build
parenta2b827ab71f51240a192fa20913f6e83d8528612 (diff)
feat: add box shadows (#16)
Diffstat (limited to 'types/meson.build')
-rw-r--r--types/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/meson.build b/types/meson.build
index fa37bda..b5857d0 100644
--- a/types/meson.build
+++ b/types/meson.build
@@ -7,3 +7,5 @@ wlr_files += files(
'scene/layer_shell_v1.c',
'buffer/buffer.c',
)
+
+subdir('fx')