gfbgraph: disable docs for cross build

This commit is contained in:
Daniel Kolesa 2020-08-18 06:29:48 +02:00
parent e1cea766df
commit 7e7abbfd17

View file

@ -4,7 +4,7 @@ version=0.2.4
revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="--disable-static --enable-gtk-doc"
configure_args="--disable-static"
hostmakedepends="pkg-config intltool automake libtool gtk-doc which"
makedepends="rest-devel json-glib-devel gnome-online-accounts-devel"
short_desc="GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs"
@ -17,6 +17,10 @@ checksum=6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379
build_options="gir"
build_options_default="gir"
if [ -z "$CROSS_BUILD" ]; then
configure_args+=" --enable-gtk-doc"
fi
do_check() {
:
}