package/weston: do not try to build dev docs
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Jan 2017 13:57:53 +0000 (14:57 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 24 Jan 2017 05:27:37 +0000 (18:27 +1300)
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" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/weston/weston.mk

index 3a02df03dfa3627436328bd5ab87583e89bc5d78..9bd127c6d0b51289b80388ea0ef7e2876ba961ce 100644 (file)
@@ -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 = \