summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-04-06 16:11:13 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-04-06 16:11:13 +0000
commit9bd0fc839a1034978452e9a493633079f1bc2839 (patch)
treec00325f46049b815553bed47ab7d54228262bdf6 /meson_options.txt
parentd152b1bae9153476cf057f816ae3ce96b7b538a8 (diff)
parentfe00d92c051d4f5d56cdb790cb44e58842d84154 (diff)
downloadpango-9bd0fc839a1034978452e9a493633079f1bc2839.tar.gz
Merge branch 'meson_fixes' into 'main'
meson: Use proper type for bools See merge request GNOME/pango!609
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
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',