From: Yann E. MORIN Date: Sun, 22 Jan 2017 13:57:53 +0000 (+0100) Subject: package/weston: do not try to build dev docs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b05d2792ac0261a38b86bde418ed01a774582be7;p=buildroot.git package/weston: do not try to build dev docs The developper's documentation will be automatically built when doxygen is present. But we can't guarantee that it is. Besides, we are not interested in the devlopper's documentation. Simply disable it. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 3a02df03df..9bd127c6d0 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -20,6 +20,7 @@ WESTON_CONF_OPTS = \ --with-dtddir=$(STAGING_DIR)/usr/share/wayland \ --disable-headless-compositor \ --disable-colord \ + --disable-devdocs \ --disable-setuid-install WESTON_MAKE_OPTS = \