summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d2f5f302..7a59fa2b 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -10,3 +10,7 @@ option('install-tests',
description : 'Install tests',
type: 'boolean',
value: 'false')
+option('use_fontconfig',
+ description : 'Force using FontConfig where it is optional, on Windows and macOS. This is ignored on platforms where it is required',
+ type: 'boolean',
+ value: 'false')