Skip to content

Commit 738220c

Browse files
committed
fix: Point fontconfig at /etc/fonts
1 parent 9812786 commit 738220c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ def get_artifacts(self) -> list[str]:
537537
def configure(self) -> bool:
538538
return self._execute_cmds(
539539
['./autogen.sh', '--enable-static=no', f'--prefix={get_install_dir()}', f'--with-expat={get_install_dir()}', '--sysconfdir=/etc', '--disable-docs',
540-
f'--datadir={get_install_dir()}/share', '--disable-cache-build',],
540+
f'--datadir={get_install_dir()}/share', '--disable-cache-build', '--with-baseconfigdir=/etc/fonts'],
541541
env={
542542
'CFLAGS': f'-fPIC -I{get_inc_dir()}',
543543
'LDFLAGS': f'-L{get_lib_dir()} -Wl,--no-undefined',

0 commit comments

Comments
 (0)