summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2015-01-11 19:27:16 +0000
committerLionel Landwerlin <llandwerlin@gmail.com>2015-01-11 19:27:16 +0000
commit351534500333d3b2ec8a168ab2e02b9d139a4bbb (patch)
tree7cab63952a53beb84752192f68e090b77ef8577b
parent45245098bf69e79b544460b8eb674eba2ff147ec (diff)
downloadclutter-gst-351534500333d3b2ec8a168ab2e02b9d139a4bbb.tar.gz
configure.ac: Bump Cogl dependency through Clutter
The versioning is a bit awkward with the 2.0-experimental scheme, so rely on the right version of Clutter instead. https://bugzilla.gnome.org/show_bug.cgi?id=742650
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a780741..c6de0f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ AC_SUBST([CLUTTER_GST_RELEASE_STATUS], [clutter_gst_release_status])
# pkg-config requirements
GLIB_REQ_VERSION=2.18.0
COGL_REQ_VERSION=2.0
-CLUTTER_REQ_VERSION=1.10.0
+CLUTTER_REQ_VERSION=1.20.0
GSTREAMER_REQ_VERSION=1.4.0
AC_SUBST(GLIB_REQ_VERSION)