gfbgraph: just skipping --enable-gtk-doc is not enough

This commit is contained in:
Daniel Kolesa 2020-08-18 06:32:09 +02:00
parent 7e7abbfd17
commit e989182258

View file

@ -17,7 +17,9 @@ checksum=6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379
build_options="gir"
build_options_default="gir"
if [ -z "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
configure_args+=" --disable-gtk-doc"
else
configure_args+=" --enable-gtk-doc"
fi