.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "FcConfigSetSysRoot" "3" "15 May 2020" "Fontconfig 2.13.1" "" .SH NAME FcConfigSetSysRoot \- Set the system root directory .SH SYNOPSIS .sp \fB#include .sp void FcConfigSetSysRoot (FcConfig *\fIconfig\fB, const FcChar8 *\fIsysroot\fB); \fR .SH "DESCRIPTION" .PP Set 'sysroot' as the system root directory. fontconfig prepend 'sysroot' to the cache directories in order to allow people to generate caches at the build time. Note that this causes changing current config. i.e. this function calls FcConfigSetCurrent() internally. .SH "SINCE" .PP version 2.10.92