freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] * meson.build: Minor improvements.


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * meson.build: Minor improvements.
Date: Sat, 12 Oct 2024 10:51:34 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • 78ff3535
    by Benoit Pierre at 2024-10-12T10:51:25+00:00
    * meson.build: Minor improvements.
    

1 changed file:

Changes:

  • meson.build
    ... ... @@ -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


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]