mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 21:53:41 +00:00
infra: updated meson summary.
This commit is contained in:
parent
3ce0722ffd
commit
148b4fbfe0
1 changed files with 14 additions and 10 deletions
24
meson.build
24
meson.build
|
@ -79,16 +79,18 @@ Summary:
|
||||||
Raster Engine (SW): @3@
|
Raster Engine (SW): @3@
|
||||||
Raster Engine (GL): @4@
|
Raster Engine (GL): @4@
|
||||||
AVX SIMD Instruction: @5@
|
AVX SIMD Instruction: @5@
|
||||||
Loader (TVG): @6@
|
Neon SIMD Instruction: @6@
|
||||||
Loader (SVG): @7@
|
Loader (TVG): @7@
|
||||||
Loader (PNG): @8@
|
Loader (SVG): @8@
|
||||||
Loader (JPG): @9@
|
Loader (PNG): @9@
|
||||||
Saver (TVG): @10@
|
Loader (JPG): @10@
|
||||||
CAPI Binding: @11@
|
Saver (TVG): @11@
|
||||||
Log Message: @12@
|
CAPI Binding: @12@
|
||||||
Tests: @13@
|
Log Message: @13@
|
||||||
Examples: @14@
|
Tests: @14@
|
||||||
Tool (Svg2Png): @15@
|
Examples: @15@
|
||||||
|
Tool (Svg2Tvg): @16@
|
||||||
|
Tool (Svg2Png): @17@
|
||||||
|
|
||||||
'''.format(
|
'''.format(
|
||||||
meson.project_version(),
|
meson.project_version(),
|
||||||
|
@ -97,6 +99,7 @@ Summary:
|
||||||
get_option('engines').contains('sw'),
|
get_option('engines').contains('sw'),
|
||||||
get_option('engines').contains('gl'),
|
get_option('engines').contains('gl'),
|
||||||
get_option('vectors').contains('avx'),
|
get_option('vectors').contains('avx'),
|
||||||
|
get_option('vectors').contains('neon'),
|
||||||
get_option('loaders').contains('tvg'),
|
get_option('loaders').contains('tvg'),
|
||||||
get_option('loaders').contains('svg'),
|
get_option('loaders').contains('svg'),
|
||||||
get_option('loaders').contains('png'),
|
get_option('loaders').contains('png'),
|
||||||
|
@ -106,6 +109,7 @@ Summary:
|
||||||
get_option('log'),
|
get_option('log'),
|
||||||
get_option('tests'),
|
get_option('tests'),
|
||||||
get_option('examples'),
|
get_option('examples'),
|
||||||
|
get_option('tools').contains('svg2tvg'),
|
||||||
get_option('tools').contains('svg2png'),
|
get_option('tools').contains('svg2png'),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue