From 7f056e9e212d4124869200f1621ff4cc4479588a Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 12 Aug 2007 12:05:55 +0000 Subject: Make paths to expat available to fontconfig --- package/fontconfig/fontconfig.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/fontconfig') diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk index 7a43028dc..ab1c822d5 100644 --- a/package/fontconfig/fontconfig.mk +++ b/package/fontconfig/fontconfig.mk @@ -53,6 +53,9 @@ $(FONTCONFIG_DIR)/.configured: $(FONTCONFIG_DIR)/.unpacked --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 $@ -- cgit v1.2.3