[Buildroot] svn commit: [25622] trunk/buildroot/package/fontconfig

jacmet at uclibc.org jacmet at uclibc.org
Wed Mar 11 23:30:29 UTC 2009


Author: jacmet
Date: 2009-03-11 23:30:29 +0000 (Wed, 11 Mar 2009)
New Revision: 25622

Log:
fontconfig: fix typo added in r25611

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


Changeset:
Modified: trunk/buildroot/package/fontconfig/fontconfig.mk
===================================================================
--- trunk/buildroot/package/fontconfig/fontconfig.mk	2009-03-11 22:15:59 UTC (rev 25621)
+++ trunk/buildroot/package/fontconfig/fontconfig.mk	2009-03-11 23:30:29 UTC (rev 25622)
@@ -15,7 +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-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 \




More information about the buildroot mailing list