Disable docs in fontconfig.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12832 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
ryd 2008-10-03 00:52:14 +00:00
parent b8e3f777f5
commit 596ca9dd76

View File

@ -26,12 +26,10 @@ define Package/fontconfig
endef
define Build/Configure
cd $(PKG_BUILD_DIR)/; \
$(TARGET_CONFIGURE_OPTS) \
$(CONFIGURE_VARS) \
$(CONFIGURE_CMD) \
$(CONFIGURE_ARGS_XTRA) \
$(CONFIGURE_ARGS)
$(call Build/Configure/Default, \
--disable-docs, \
ac_cv_prog_HASDOCBOOK=no \
)
endef
define Build/Compile