summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarvin Schmidt <marv@exherbo.org>2013-08-16 08:41:09 +0200
committerLionel Landwerlin <llandwerlin@gmail.com>2013-11-15 18:35:31 +0000
commit8641fc6483ca8edcbaf8de19403cbe9c67de45d4 (patch)
tree4b56f22decd0667b4d6e70771668503334498754 /configure.ac
parent55b3a386d649998e4d9b10f69a97b85207d42f20 (diff)
downloadclutter-gst-8641fc6483ca8edcbaf8de19403cbe9c67de45d4.tar.gz
doc: Set DOC_MODULE_VERSION
This will avoid file collisions with future API versions and makes different API versions completely parallel installable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ee16430..de0b4e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,7 +283,7 @@ AC_SUBST(CLUTTER_GST_DEBUG_CFLAGS)
dnl ========================================================================
-GTK_DOC_CHECK([1.8])
+GTK_DOC_CHECK([1.11])
AM_CONDITIONAL([BUILD_GTK_DOC],
[test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])