mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-07-06 00:06:43 -04:00
Merge 8b4dd043ed into 78135af753
This commit is contained in:
commit
f07f994678
9 changed files with 970 additions and 8 deletions
|
|
@ -39,6 +39,8 @@ libscenefx_dep = dependency('scenefx-0.5',version: '>=0.5.0')
|
|||
pixman_dep = dependency('pixman-1')
|
||||
cjson_dep = dependency('libcjson')
|
||||
pangocairo_dep = dependency('pangocairo')
|
||||
egl_dep = dependency('egl')
|
||||
glesv2_dep = dependency('glesv2')
|
||||
|
||||
# version info
|
||||
git = find_program('git', required : false)
|
||||
|
|
@ -97,7 +99,7 @@ executable('mango',
|
|||
'src/mango.c',
|
||||
'src/common/util.c',
|
||||
'src/draw/text-node.c',
|
||||
|
||||
'src/draw/effect_pass.c',
|
||||
wayland_sources,
|
||||
dependencies : [
|
||||
libm,
|
||||
|
|
@ -114,6 +116,8 @@ executable('mango',
|
|||
pixman_dep,
|
||||
cjson_dep,
|
||||
pangocairo_dep,
|
||||
egl_dep,
|
||||
glesv2_dep,
|
||||
],
|
||||
install : true,
|
||||
c_args : c_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue