From e989182258cf5f2b073ba99f93e768da1adb0302 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 18 Aug 2020 06:32:09 +0200 Subject: [PATCH] gfbgraph: just skipping --enable-gtk-doc is not enough --- srcpkgs/gfbgraph/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gfbgraph/template b/srcpkgs/gfbgraph/template index 37e4fee286c..e4480af9828 100644 --- a/srcpkgs/gfbgraph/template +++ b/srcpkgs/gfbgraph/template @@ -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