fontconfig: store font cache in /var/cache/fontconfig, and not in /usr/var/..
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 11 Mar 2009 15:43:52 +0000 (15:43 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 11 Mar 2009 15:43:52 +0000 (15:43 -0000)
package/fontconfig/fontconfig.mk

index 98c56aa169e8ddb2a661c2c0d2a1ca67fbe26c90..20739b86b206599866fcad3a97e2a98e625055d2 100644 (file)
@@ -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 \