summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 22:29:06 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-27 22:29:06 +0000
commit4f14c7dd0906608d4c9b741e0d0ba858e5c530f0 (patch)
tree4a2fc8cd6f395d53ced7b9929ce38b691637fa1f
parent8e68fabf59b86a10ba4a4e5975e72ba1dc39ad44 (diff)
downloadgobject-introspection-4f14c7dd0906608d4c9b741e0d0ba858e5c530f0.tar.gz
Disable gtk doc generation.baserock/1.39.90
-rw-r--r--gobject-introspection.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject-introspection.morph b/gobject-introspection.morph
index 734fbc58..c765e3bd 100644
--- a/gobject-introspection.morph
+++ b/gobject-introspection.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "sh autogen.sh --prefix=\"$PREFIX\" --disable-tests"
+ "sh autogen.sh --prefix=\"$PREFIX\" --disable-gtk-doc"
]
}