From: John Crispin Date: Mon, 6 Aug 2012 18:51:43 +0000 (+0000) Subject: [packages] build gd without fontconfig support when the desktop feed is installed X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7a2f0060c2e2f7f6cea07aa0b6b6609da135f2d9;p=openwrt%2Fsvn-archive%2Farchive.git [packages] build gd without fontconfig support when the desktop feed is installed SVN-Revision: 33025 --- diff --git a/libs/gd/Makefile b/libs/gd/Makefile index 6c50cd508a..6b7ac6750b 100644 --- a/libs/gd/Makefile +++ b/libs/gd/Makefile @@ -42,6 +42,7 @@ CONFIGURE_ARGS += \ --enable-static \ --disable-rpath \ --without-x \ + --without-fontconfig \ --without-freetype \ --with-jpeg=$(STAGING_DIR)/usr \ --with-png=$(STAGING_DIR)/usr \