mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-28 21:37:28 -04:00
feat: support corner radius
This commit is contained in:
parent
aa0e1e1fe9
commit
fc9f33a7c3
5 changed files with 242 additions and 139 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue