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
c23f91c16a
commit
46d0d139a5
4 changed files with 14 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ xkbcommon_dep = dependency('xkbcommon')
|
|||
libinput_dep = dependency('libinput',version: '>=1.27.1')
|
||||
libwayland_client_dep = dependency('wayland-client')
|
||||
pcre2_dep = dependency('libpcre2-8')
|
||||
pixman_dep = dependency('pixman-1')
|
||||
|
||||
|
||||
# 获取版本信息
|
||||
|
|
@ -107,6 +108,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