Commit 3c10da15 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

fontconfig: remove redundant configure args

Patch by antialize / bug #4524.
parent e77afd67
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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 \