fontconfig: remove redundant configure args

Patch by antialize / bug #4524.
This commit is contained in:
Peter Korsgaard 2008-08-16 19:13:53 +00:00
parent e77afd6790
commit 3c10da1528
1 changed files with 1 additions and 3 deletions

View File

@ -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 \