gfbgraph: just skipping --enable-gtk-doc is not enough
This commit is contained in:
parent
7e7abbfd17
commit
e989182258
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue