summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2015-11-28 10:26:08 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2015-12-10 23:47:46 +0000
commit20ecf08fdeec224a9921fa41cb070285c6b33a2f (patch)
tree83a8e39f0317c3d153d0254083f73cf20f5ca688
parent092db061185f9d8fa88d5940baae2f4d1e7e20c6 (diff)
downloadclutter-gst-20ecf08fdeec224a9921fa41cb070285c6b33a2f.tar.gz
configure.ac: don't use tmpl build step when creating documentation
Option introduced in GTK-Doc 1.9 https://developer.gnome.org/gtk-doc-manual/stable/modernizing-gtk-doc-1-9.html Signed-off-by: Chris Mayo <aklhfex@gmail.com> https://bugzilla.gnome.org/show_bug.cgi?id=758768
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e7085f2..bd54f0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -304,7 +304,7 @@ AC_SUBST(CLUTTER_GST_DEBUG_CFLAGS)
dnl ========================================================================
-GTK_DOC_CHECK([1.11])
+GTK_DOC_CHECK([1.11],[--flavour no-tmpl])
AM_CONDITIONAL([BUILD_GTK_DOC],
[test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])