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')