diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 09:57:25 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 09:57:25 +0200 |
commit | e109b7a22fe21edab3bd43a2648add8d01c715d3 (patch) | |
tree | e47107d2f602cf6ac38940764426b5a14db053fe | |
parent | 34eb811f79d2d80457e50c0d72ca28c0fdbec090 (diff) |
fontconfig: fix font search path
-rw-r--r-- | x11/fontconfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fontconfig/Makefile b/x11/fontconfig/Makefile index d28c36c..4bbb697 100644 --- a/x11/fontconfig/Makefile +++ b/x11/fontconfig/Makefile @@ -2,6 +2,7 @@ COMMENT = XML-based font configuration API for X Windows DISTNAME = fontconfig-2.13.1 +REVISION = 0 SHARED_LIBS = fontconfig 14.0 @@ -32,7 +33,8 @@ USE_GMAKE = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS = --sysconfdir=${SYSCONFDIR} \ - --with-default-fonts=${PREFIX}/share/fonts \ + --with-default-fonts=${PREFIX}/lib/X11/fonts \ + --with-add-fonts=${LOCALBASE}/share/fonts \ --with-cache-dir=/var/cache/fontconfig post-install: |