summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2022-07-02 17:05:47 +0100
committerTim-Philipp Müller <tim@centricular.com>2022-07-02 19:00:41 +0100
commit56a24879246b4e4ae3bbe496b3e6d0a4443a598d (patch)
tree947e2e3aec5b5f85ef34612f0009a16cc265fe25 /meson_options.txt
parentfd0753af88f746fd3d729bf6e1df08eefeeaa3ac (diff)
downloadfontconfig-56a24879246b4e4ae3bbe496b3e6d0a4443a598d.tar.gz
meson: add 'default-hinting' option
Fixes #244
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 b70edf1..3cad85a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,3 +13,7 @@ option('tools', type : 'feature', value : 'auto', yield : true,
description: 'Build command-line tools (fc-list, fc-query, etc.)')
option('cache-build', type : 'feature', value : 'enabled',
description: 'Run fc-cache on install')
+
+# Defaults
+option('default-hinting', type: 'combo', choices: ['none', 'slight', 'medium', 'full'], value: 'slight',
+ description: 'Preferred hinting configuration')