From fb432eec2578f3e0ca24a3d132dacfa782f6ff8e Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Tue, 18 Sep 2018 15:10:39 +0200 Subject: [PATCH] travis: disable gtk-doc for meson builds Introspection can't be enabled on travis due to a GLib bug [1]. Therefore, gtk-doc must be disabled as well. [1] https://bugzilla.gnome.org/show_bug.cgi?id=774368 (cherry picked from commit 5af7d46be49b581319e92296931f30af714d3c6d) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de6ff770a0..c96bb9496a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -97,7 +97,7 @@ script: -D introspection=false \ -D qt=false \ -D crypto=$CRYPTO \ - -D docs=true \ + -D docs=false \ \ -D libnm_glib=true \ -D iwd=true \