summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAkira TAGOH <akira@tagoh.org>2021-10-14 17:52:03 +0900
committerAkira TAGOH <akira@tagoh.org>2021-10-14 17:52:03 +0900
commit877d8699047f91975f71fce4498a7ed6cc1dc439 (patch)
tree8633fdcb37752caf50cfb1b50a7b38b523135cce /meson_options.txt
parent1d7669992798bb7fec7dc613c05310741d7b3781 (diff)
downloadfontconfig-877d8699047f91975f71fce4498a7ed6cc1dc439.tar.gz
Add the option to not build fontconfig cache during installation
Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/296
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d603049..b70edf1 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,3 +11,5 @@ option('tests', type : 'feature', value : 'auto', yield : true,
description: 'Enable unit tests')
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')