Skip to content

Take effect sysroot functionality to the default config file

Akira TAGOH requested to merge tagoh/fontconfig:issue/181 into master

When loading the default config file with FONTCONFIG_SYSROOT, it fails if no /etc/fonts/fonts.conf is available, even if it is there where is based on sysroot.

To address this, FcConfig is required to determine the sysroot. therefore, this change makes FcConfigFilename() deprecated, use FcConfigGetFilename() instead.

Fixes #181 (closed)

Edited by Akira TAGOH

Merge request reports