From c8158b1b306762f4d6ea81711a701ed0dbb6d56e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 2 Aug 2024 11:15:51 +0200 Subject: [PATCH] wayland: Do not build API documentation > `-Ddocumentation=false`: This switch is used to disable building of > the API documentation. Remove it if you have installed optional > dependencies. --- wayland.be0 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wayland.be0 b/wayland.be0 index fbee1c099..973ec83da 100755 --- a/wayland.be0 +++ b/wayland.be0 @@ -19,9 +19,10 @@ SRCURL[0]="https://beehive.molgen.mpg.de/23ad991e776ec8cf7e58b34cbd2efa75/waylan # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure \ + -Ddocumentation=false +} #mee_build() { # bee_build