Skip to content

Commit

Permalink
Add fontconfig autogen args for default fonts and cache directory.
Browse files Browse the repository at this point in the history
The first helps fontconfig find the MacOS system fonts and the
second prevents hard-coding $PREFIX into fonts.conf, which can
cause trouble in bundled apps.
  • Loading branch information
jralls committed Feb 1, 2018
1 parent 63cd3ee commit 48c769e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .jhbuildrc-custom
Expand Up @@ -56,4 +56,6 @@ append_autogenargs("gnucash", "--with-dbi-dbd-dir=" + prefix +"/lib/dbd")

append_autogenargs("libiconv", "--with-libintl-prefix=" + prefix)

#Tell fontconfig where to find fonts and to not set a cache directory in prefix:
append_autogenargs("fontconfig", "--with-default-fonts=/Library/Fonts --with-cache-dir=home")
module_makecheck["gmp"] = True

0 comments on commit 48c769e

Please sign in to comment.