Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType
Commits:
-
78ff3535
by Benoit Pierre at 2024-10-12T10:51:25+00:00
1 changed file:
Changes:
... | ... | @@ -486,10 +486,10 @@ summary({'OS': host_machine.system(), |
486 | 486 | }, section: 'Operating System')
|
487 | 487 | |
488 | 488 | summary({'Zlib': zlib_option,
|
489 | - 'Bzip2': bzip2_dep.found() ? 'yes' : 'no',
|
|
490 | - 'Png': libpng_dep.found() ? 'yes' : 'no',
|
|
491 | - 'Harfbuzz': harfbuzz_dep.found() ? 'yes' : 'no',
|
|
492 | - 'Brotli': brotli_dep.found() ? 'yes' : 'no',
|
|
493 | - }, section: 'Used Libraries')
|
|
489 | + 'Bzip2': bzip2_dep.found(),
|
|
490 | + 'Png': libpng_dep.found(),
|
|
491 | + 'Harfbuzz': harfbuzz_dep.found(),
|
|
492 | + 'Brotli': brotli_dep.found(),
|
|
493 | + }, bool_yn: true, section: 'Used Libraries')
|
|
494 | 494 | |
495 | 495 | # EOF |