All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: [25611] trunk/buildroot/package/fontconfig
@ 2009-03-11 15:43 jacmet at uclibc.org
  0 siblings, 0 replies; only message in thread
From: jacmet at uclibc.org @ 2009-03-11 15:43 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-03-11 15:43:52 +0000 (Wed, 11 Mar 2009)
New Revision: 25611

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

Modified:
   trunk/buildroot/package/fontconfig/fontconfig.mk


Changeset:
Modified: trunk/buildroot/package/fontconfig/fontconfig.mk
===================================================================
--- trunk/buildroot/package/fontconfig/fontconfig.mk	2009-03-11 15:43:47 UTC (rev 25610)
+++ trunk/buildroot/package/fontconfig/fontconfig.mk	2009-03-11 15:43:52 UTC (rev 25611)
@@ -15,6 +15,7 @@
 
 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 \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-11 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-11 15:43 [Buildroot] svn commit: [25611] trunk/buildroot/package/fontconfig jacmet at uclibc.org

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.