fontconfig: remove redundant configure args
Patch by antialize / bug #4524.
This commit is contained in:
parent
e77afd6790
commit
3c10da1528
@ -12,9 +12,7 @@ FONTCONFIG_INSTALL_TARGET = YES
|
||||
|
||||
FONTCONFIG_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
FONTCONFIG_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) --with-arch=$(GNU_TARGET_NAME) \
|
||||
--prefix=/usr --sysconfdir=/etc \
|
||||
FONTCONFIG_CONF_OPT = --with-arch=$(GNU_TARGET_NAME) \
|
||||
--with-freetype-config="$(STAGING_DIR)/usr/bin/freetype-config" \
|
||||
--with-expat="$(STAGING_DIR)/usr/lib" \
|
||||
--with-expat-lib=$(STAGING_DIR)/usr/lib \
|
||||
|
Loading…
Reference in New Issue
Block a user