feat: scenefx blur shadow corner radius and opacity

This commit is contained in:
DreamMaoMao
2025-06-14 09:29:12 +08:00
parent d892b1048f
commit 55f82231a6
5 changed files with 588 additions and 230 deletions

View File

@@ -38,6 +38,8 @@ xkbcommon_dep = dependency('xkbcommon')
libinput_dep = dependency('libinput')
libwayland_client_dep = dependency('wayland-client')
pcre2_dep = dependency('libpcre2-8')
libscenefx_dep = dependency('scenefx-0.3')
# 获取 Git Commit Hash 和最新的 tag
git = find_program('git', required : false)
@@ -75,6 +77,7 @@ executable('maomao',
libm,
xcb,
xlibs,
libscenefx_dep,
wayland_server_dep,
wlroots_dep,
xkbcommon_dep,