[pango: 1/2] meson: Use proper type for bools
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango: 1/2] meson: Use proper type for bools
- Date: Wed, 6 Apr 2022 16:11:14 +0000 (UTC)
commit fe00d92c051d4f5d56cdb790cb44e58842d84154
Author: illiliti <illiliti protonmail com>
Date: Tue Apr 5 06:09:26 2022 +0300
meson: Use proper type for bools
Fix invalid usage of bools which violates official meson specification and thus
breaks muon, an implementation of meson written in C.
meson_options.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 58200e00..3cd1b0bc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,7 +10,7 @@ option('introspection',
option('install-tests',
description : 'Install tests',
type: 'boolean',
- value: 'false')
+ value: false)
option('fontconfig',
description : 'Build with FontConfig support. Passing \'auto\' or \'disabled\' disables fontconfig
where it is optional, i.e. on Windows and macOS. Passing \'disabled\' on platforms where fontconfig is
required results in error.',
type: 'feature',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]