Skip to content

Commit

Permalink
wayland: Do not build API documentation
Browse files Browse the repository at this point in the history
> `-Ddocumentation=false`: This switch is used to disable building of
> the API documentation. Remove it if you have installed optional
> dependencies.
  • Loading branch information
pmenzel committed Aug 2, 2024
1 parent 192d31b commit c8158b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wayland.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8158b1

Please sign in to comment.