Skip to content

Commit

Permalink
zenity: contents in help won't build
Browse files Browse the repository at this point in the history
The documentation would need yelp to build.
  • Loading branch information
thomas committed Oct 29, 2020
1 parent ab7192c commit 20aea47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions zenity.be0
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ SRCURL[0]="https://download.gnome.org/sources/zenity/${PKGVERSION[2]}/zenity-${P
# bee_patch "${@}"
#}

# avoid building anything in help, since it needs yelp, next
# bootstrap the build, BEE_BUILDTYPE autotools will be used
mee_patch_post() {
sed -e '/YELP_HELP_INIT/ d' -e '/help\/Makefile/ d' -i ${S}/configure.ac
sed -e '/data\s\\/ d' -e '/help/ s/help/data/' -i ${S}/Makefile.am
NOCONFIGURE=1 ./autogen.sh
}

#mee_configure() {
# bee_configure
#}
Expand Down

0 comments on commit 20aea47

Please sign in to comment.