[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] master 78ff35350 2/2: * meson.build: Minor improvements.
From: |
Werner Lemberg |
Subject: |
[freetype2] master 78ff35350 2/2: * meson.build: Minor improvements. |
Date: |
Sat, 12 Oct 2024 06:54:59 -0400 (EDT) |
branch: master
commit 78ff353509efe159f685bac3719f0bec9f737a4f
Author: Benoit Pierre <benoit.pierre+freedesktop@gmail.com>
Commit: Alexei Podtelezhnikov (Алексей Подтележников) <apodtele@gmail.com>
* meson.build: Minor improvements.
---
meson.build | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/meson.build b/meson.build
index 2e8d5355e..8fe11bb21 100644
--- a/meson.build
+++ b/meson.build
@@ -486,10 +486,10 @@ summary({'OS': host_machine.system(),
}, section: 'Operating System')
summary({'Zlib': zlib_option,
- 'Bzip2': bzip2_dep.found() ? 'yes' : 'no',
- 'Png': libpng_dep.found() ? 'yes' : 'no',
- 'Harfbuzz': harfbuzz_dep.found() ? 'yes' : 'no',
- 'Brotli': brotli_dep.found() ? 'yes' : 'no',
- }, section: 'Used Libraries')
+ 'Bzip2': bzip2_dep.found(),
+ 'Png': libpng_dep.found(),
+ 'Harfbuzz': harfbuzz_dep.found(),
+ 'Brotli': brotli_dep.found(),
+ }, bool_yn: true, section: 'Used Libraries')
# EOF
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] master 78ff35350 2/2: * meson.build: Minor improvements.,
Werner Lemberg <=