feat: new ipc impl

This commit is contained in:
DreamMaoMao 2026-05-24 13:31:31 +08:00
parent 7da47c9d94
commit 9d1dbdf92f
13 changed files with 1206 additions and 1017 deletions

View file

@ -40,6 +40,7 @@ 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')
cjson_dep = dependency('libcjson')
# 获取版本信息
@ -112,6 +113,7 @@ executable('mango',
libwayland_client_dep,
pcre2_dep,
pixman_dep,
cjson_dep,
],
install : true,
c_args : c_args,