Make paths to expat available to fontconfig
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 12 Aug 2007 12:05:55 +0000 (12:05 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 12 Aug 2007 12:05:55 +0000 (12:05 -0000)
package/fontconfig/fontconfig.mk

index 7a43028dcb3f050c70a5a9485628167883358db9..ab1c822d5f9f1202070da0fb675a717c0519a1ee 100644 (file)
@@ -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 $@