浏览代码

Make paths to expat available to fontconfig

Ulf Samuelsson 18 年之前
父节点
当前提交
7f056e9e21
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package/fontconfig/fontconfig.mk

+ 3 - 0
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 $@