diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-01-22 14:57:53 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-01-24 18:27:37 +1300 |
commit | b05d2792ac0261a38b86bde418ed01a774582be7 (patch) | |
tree | de252aa84af019c0c22a3a3a025fc998b4b14ffb | |
parent | 7b09ccedbc471f828ad69e53ff514d4ce9717091 (diff) | |
download | buildroot-b05d2792ac0261a38b86bde418ed01a774582be7.tar.gz buildroot-b05d2792ac0261a38b86bde418ed01a774582be7.zip |
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" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/weston/weston.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 = \ |