diff options
| author | Michael Forney <mforney@mforney.org> | 2018-04-25 17:03:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-05-10 12:25:40 -0700 |
| commit | 80a0d71f87b275e0e83e29292d6ff64dd829cef7 (patch) | |
| tree | 12d5f5bd5c6ebb8bee3b49b6bdfad91bb07929ee /pkg | |
| parent | 89bc99bd8294217dbb1225e48cb84942211c993a (diff) | |
fontconfig: Fix FC_DEFAULT_FONTS directory
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/fontconfig/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/fontconfig/config.h b/pkg/fontconfig/config.h index a13522be..7b3d2a13 100644 --- a/pkg/fontconfig/config.h +++ b/pkg/fontconfig/config.h @@ -9,7 +9,7 @@ /* #undef ENABLE_NLS */ #define FC_ADD_FONTS "yes" /* #undef FC_ARCHITECTURE */ -#define FC_DEFAULT_FONTS "/usr/share/fonts" +#define FC_DEFAULT_FONTS "/share/fonts" #define FC_GPERF_SIZE_T size_t #define FLEXIBLE_ARRAY_MEMBER /**/ #define GETTEXT_PACKAGE "fontconfig" |
