From: Peter Korsgaard Date: Wed, 11 Mar 2009 15:43:52 +0000 (-0000) Subject: fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/.. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba7ae60df2610a8f6a333fb4e855c91d191e4001;p=buildroot.git fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/.. --- diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk index 98c56aa169..20739b86b2 100644 --- a/package/fontconfig/fontconfig.mk +++ b/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 \