From 1b047f01296c40c1ef433e0661d90ea9ccb43717 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Tue, 11 Oct 2016 18:01:03 +0900 Subject: [PATCH] Add a font path for download fonts It allows to access fonts from "/opt/share/fonts". Change-Id: Ia8519a489f3495451939810b083d4f543db3bd43 --- packaging/fontconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/fontconfig.spec b/packaging/fontconfig.spec index 7f0ef71..f0723ea 100644 --- a/packaging/fontconfig.spec +++ b/packaging/fontconfig.spec @@ -57,7 +57,7 @@ export HASDOCBOOK=no --with-expat-include=%{_includedir} \ --with-expat-lib=%{_libdir} \ --with-freetype-config=%{TZ_SYS_BIN}/freetype-config \ - --with-add-fonts=%{TZ_SYS_RO_SHARE}/fonts,%{TZ_SYS_RO_SHARE}/app_fonts,%{TZ_SYS_RO_SHARE}/fallback_fonts \ + --with-add-fonts=%{TZ_SYS_RO_SHARE}/fonts,%{TZ_SYS_RO_SHARE}/app_fonts,%{TZ_SYS_RO_SHARE}/fallback_fonts,%{TZ_SYS_SHARE}/fonts \ --with-cache-dir=%{TZ_SYS_VAR}/cache/fontconfig \ --with-baseconfigdir=%{TZ_SYS_RO_ETC}/fonts \ --with-configdir=%{TZ_SYS_RO_ETC}/fonts/conf.d \ -- 2.7.4