mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-29 21:37:42 -04:00
feat: new ipc impl
This commit is contained in:
parent
7da47c9d94
commit
9d1dbdf92f
13 changed files with 1206 additions and 1017 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue