mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-30 21:37:39 -04:00
fix: should ignore empty input layer focus
This commit is contained in:
parent
33735a796f
commit
4a9ab3dd9f
4 changed files with 14 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ libinput_dep = dependency('libinput',version: '>=1.27.1')
|
|||
libwayland_client_dep = dependency('wayland-client')
|
||||
pcre2_dep = dependency('libpcre2-8')
|
||||
libscenefx_dep = dependency('scenefx-0.4',version: '>=0.4.1')
|
||||
pixman_dep = dependency('pixman-1')
|
||||
|
||||
|
||||
# 获取版本信息
|
||||
|
|
@ -110,6 +111,7 @@ executable('mango',
|
|||
libinput_dep,
|
||||
libwayland_client_dep,
|
||||
pcre2_dep,
|
||||
pixman_dep,
|
||||
],
|
||||
install : true,
|
||||
c_args : c_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue