From b929a2bbadf467864796ad4ec90882ce86cfebff Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:48:58 +0200 Subject: feat: add box shadows (#16) --- types/fx/meson.build | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 types/fx/meson.build (limited to 'types/fx/meson.build') diff --git a/types/fx/meson.build b/types/fx/meson.build new file mode 100644 index 0000000..b7f0207 --- /dev/null +++ b/types/fx/meson.build @@ -0,0 +1,3 @@ +wlr_files += files( + 'shadow_data.c' +) -- cgit v1.2.3