From 55eb1ef89bc6f25f2ea6a9695edb93c12e368686 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 17 Jan 2022 16:19:22 +0900 Subject: Add an user font directory for Win32 to the default font path Patch from @takase1121 Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/144 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 7376784..89be258 100644 --- a/meson.build +++ b/meson.build @@ -208,7 +208,7 @@ prefix = get_option('prefix') fonts_conf = configuration_data() if host_machine.system() == 'windows' - fc_fonts_path = ['WINDOWSFONTDIR'] + fc_fonts_path = ['WINDOWSFONTDIR', 'WINDOWSUSERFONTDIR'] fc_cachedir = 'LOCAL_APPDATA_FONTCONFIG_CACHE' else if host_machine.system() == 'darwin' -- cgit v1.2.1