From 25845543286c345c80b4dc9c37bcf5e461cf5900 Mon Sep 17 00:00:00 2001 From: Niklas Guertler Date: Wed, 30 Sep 2020 09:58:47 +0200 Subject: Add XML tags to default values for FC_DEFAULT_FONTS on non-Darwin systems --- meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 4b53495..debdcef 100644 --- a/meson.build +++ b/meson.build @@ -212,8 +212,8 @@ else conf.set_quoted('FC_DEFAULT_FONTS', '/System/Library/Fonts /Library/Fonts ~/Library/Fonts /System/Library/Assets/com_apple_MobileAsset_Font3 /System/Library/Assets/com_apple_MobileAsset_Font4') fonts_conf.set('FC_DEFAULT_FONTS', '/System/Library/Fonts /Library/Fonts ~/Library/Fonts /System/Library/Assets/com_apple_MobileAsset_Font3 /System/Library/Assets/com_apple_MobileAsset_Font4') else - conf.set_quoted('FC_DEFAULT_FONTS', '/usr/share/fonts') - fonts_conf.set('FC_DEFAULT_FONTS', '/usr/share/fonts') + conf.set_quoted('FC_DEFAULT_FONTS', '/usr/share/fonts') + fonts_conf.set('FC_DEFAULT_FONTS', '/usr/share/fonts') endif fc_cachedir = join_paths(prefix, get_option('localstatedir'), 'cache', meson.project_name()) thread_dep = dependency('threads') -- cgit v1.2.1