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

ulf at uclibc.org ulf at uclibc.org
Sun Aug 12 12:06:00 UTC 2007


Author: ulf
Date: 2007-08-12 05:05:55 -0700 (Sun, 12 Aug 2007)
New Revision: 19459

Log:
Make paths to expat available to fontconfig

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


Changeset:
Modified: trunk/buildroot/package/fontconfig/fontconfig.mk
===================================================================
--- trunk/buildroot/package/fontconfig/fontconfig.mk	2007-08-12 11:59:51 UTC (rev 19458)
+++ trunk/buildroot/package/fontconfig/fontconfig.mk	2007-08-12 12:05:55 UTC (rev 19459)
@@ -53,6 +53,9 @@
 		--mandir=/usr/man \
 		--infodir=/usr/info \
 		--with-freetype-config="$(STAGING_DIR)/usr/bin/freetype-config" \
+		--with-expat="$(STAGING_DIR)/usr/lib" \
+		--with-expat-lib=$(STAGING_DIR)/usr/lib \
+		--with-expat-includes=$(STAGING_DIR)/usr/include \
 		--disable-docs \
 	)
 	touch $@




More information about the buildroot mailing list