mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-26 07:58:16 -04:00
feat: scenefx blur shadow corner radius and opacity
This commit is contained in:
parent
d892b1048f
commit
55f82231a6
5 changed files with 588 additions and 230 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue