fix: should ignore empty input layer focus

This commit is contained in:
DreamMaoMao 2026-05-23 13:22:40 +08:00
parent 33735a796f
commit 4a9ab3dd9f
4 changed files with 14 additions and 1 deletions

View file

@ -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,