mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Make paths to expat available to fontconfig
This commit is contained in:
@@ -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 $@
|
||||
|
||||
Reference in New Issue
Block a user