feat: support corner radius

This commit is contained in:
DreamMaoMao 2025-05-17 07:05:26 +08:00
parent aa0e1e1fe9
commit fc9f33a7c3
5 changed files with 242 additions and 139 deletions

View file

@ -37,6 +37,7 @@ wlroots_dep = dependency('wlroots-0.19')
xkbcommon_dep = dependency('xkbcommon')
libinput_dep = dependency('libinput')
libwayland_client_dep = dependency('wayland-client')
libscenefx_dep = dependency('scenefx-0.2')
# 获取 Git Commit Hash 和最新的 tag
git = find_program('git', required : false)
@ -75,6 +76,7 @@ executable('maomao',
xcb,
xlibs,
wayland_server_dep,
libscenefx_dep,
wlroots_dep,
xkbcommon_dep,
libinput_dep,