From b05d2792ac0261a38b86bde418ed01a774582be7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sun, 22 Jan 2017 14:57:53 +0100 Subject: [PATCH] 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 --- package/weston/weston.mk | 1 + 1 file changed, 1 insertion(+) 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 = \ -- 2.30.2