package fontconfig: disable doc build

This commit is contained in:
Tony Theodore 2013-02-10 18:53:55 +11:00
parent 6fb6afe51b
commit 2aa6123fe2
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ define $(PKG)_BUILD
--disable-shared \
--prefix='$(PREFIX)/$(TARGET)' \
--with-arch='$(TARGET)' \
--with-expat='$(PREFIX)/$(TARGET)'
--with-expat='$(PREFIX)/$(TARGET)' \
--disable-docs
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef