mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
Get rid of a host-dependency.
This commit is contained in:
@@ -11,7 +11,7 @@ FONTCONFIG_USE_CONFIG_CACHE = NO
|
||||
FONTCONFIG_INSTALL_STAGING = YES
|
||||
FONTCONFIG_INSTALL_TARGET = YES
|
||||
# This package does not like using the target cflags for some reason.
|
||||
FONTCONFIG_CONF_ENV = CFLAGS=
|
||||
FONTCONFIG_CONF_ENV = CFLAGS="-I$(STAGING_DIR)/usr/include/freetype2"
|
||||
|
||||
FONTCONFIG_CONF_OPT = --with-arch=$(GNU_TARGET_NAME) \
|
||||
--with-freetype-config="$(STAGING_DIR)/usr/bin/freetype-config" \
|
||||
|
||||
Reference in New Issue
Block a user