summaryrefslogtreecommitdiff
path: root/conf.d
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 /conf.d
parentfd0753af88f746fd3d729bf6e1df08eefeeaa3ac (diff)
downloadfontconfig-56a24879246b4e4ae3bbe496b3e6d0a4443a598d.tar.gz
meson: add 'default-hinting' option
Fixes #244
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/meson.build b/conf.d/meson.build
index dbb1606..1ccddc2 100644
--- a/conf.d/meson.build
+++ b/conf.d/meson.build
@@ -38,7 +38,7 @@ conf_files = [
'90-synthetic.conf',
]
-preferred_hinting = 'slight'
+preferred_hinting = get_option('default-hinting')
conf_links = [
'10-hinting-@0@.conf'.format(preferred_hinting),