mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 12:34:30 +00:00
infra: ++ jpg support meson message
This commit is contained in:
parent
eddbb4d71d
commit
90a8c9d197
1 changed files with 7 additions and 5 deletions
12
meson.build
12
meson.build
|
@ -70,11 +70,12 @@ Summary:
|
||||||
Loader (TVG): @6@
|
Loader (TVG): @6@
|
||||||
Loader (SVG): @7@
|
Loader (SVG): @7@
|
||||||
Loader (PNG): @8@
|
Loader (PNG): @8@
|
||||||
CAPI Binding: @9@
|
Loader (JPG): @9@
|
||||||
Log Message: @10@
|
CAPI Binding: @10@
|
||||||
Tests: @11@
|
Log Message: @11@
|
||||||
Examples: @12@
|
Tests: @12@
|
||||||
Tool (Svg2Png): @13@
|
Examples: @13@
|
||||||
|
Tool (Svg2Png): @14@
|
||||||
|
|
||||||
'''.format(
|
'''.format(
|
||||||
meson.project_version(),
|
meson.project_version(),
|
||||||
|
@ -86,6 +87,7 @@ Summary:
|
||||||
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'),
|
||||||
|
get_option('loaders').contains('jpg'),
|
||||||
get_option('bindings').contains('capi'),
|
get_option('bindings').contains('capi'),
|
||||||
get_option('log'),
|
get_option('log'),
|
||||||
get_option('tests'),
|
get_option('tests'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue