diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-12 12:05:55 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-12 12:05:55 +0000 |
commit | 7f056e9e212d4124869200f1621ff4cc4479588a (patch) | |
tree | 91f5e9ed38cef3b34a8513585ffae38c9c5b48c1 /package | |
parent | dbe16cdb5f76455c8952aaad04f633bc63d1a286 (diff) | |
download | buildroot-novena-7f056e9e212d4124869200f1621ff4cc4479588a.tar.gz buildroot-novena-7f056e9e212d4124869200f1621ff4cc4479588a.zip |
Make paths to expat available to fontconfig
Diffstat (limited to 'package')
-rw-r--r-- | package/fontconfig/fontconfig.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 $@ |