From: Peter Korsgaard Date: Sat, 11 May 2013 19:18:49 +0000 (+0200) Subject: gutenprint: disable (doxygen) documentation generation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2e8bb3580bb9b3b93adae0521eea27861d4c6f4;p=buildroot.git gutenprint: disable (doxygen) documentation generation Just wastes build time, so disable it. Signed-off-by: Peter Korsgaard --- diff --git a/package/gutenprint/gutenprint.mk b/package/gutenprint/gutenprint.mk index a598ea99e4..b4698437c1 100644 --- a/package/gutenprint/gutenprint.mk +++ b/package/gutenprint/gutenprint.mk @@ -23,6 +23,7 @@ GUTENPRINT_DEPENDENCIES += host-gutenprint GUTENPRINT_CONF_OPT = --disable-libgutenprintui2 \ --disable-samples \ + --without-doc \ --without-gimp2 \ --without-foomatic \ --without-foomatic3 \