From 877d8699047f91975f71fce4498a7ed6cc1dc439 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Thu, 14 Oct 2021 17:52:03 +0900 Subject: Add the option to not build fontconfig cache during installation Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/296 --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.1