소스 검색

fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/..

Peter Korsgaard 16 년 전
부모
커밋
ba7ae60df2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      package/fontconfig/fontconfig.mk

+ 1 - 0
package/fontconfig/fontconfig.mk

@@ -15,6 +15,7 @@ FONTCONFIG_CONF_ENV = CFLAGS="-I$(STAGING_DIR)/usr/include/freetype2"
 
 FONTCONFIG_CONF_OPT = --with-arch=$(GNU_TARGET_NAME) \
 		--with-freetype-config="$(STAGING_DIR)/usr/bin/freetype-config" \
+		--with-cache-dir=/var/cache/fontconfig
 		--with-expat="$(STAGING_DIR)/usr/lib" \
 		--with-expat-lib=$(STAGING_DIR)/usr/lib \
 		--with-expat-includes=$(STAGING_DIR)/usr/include \