summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2011-10-28 17:07:50 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2011-10-28 17:07:50 +0100
commitd2edd7903ac292b2402e72a699c5875ae9ae795e (patch)
treefb8faed3dcbe63dc0e5f34a3143cb7dcd242070a /configure.ac
parent11cce755880127565e88bd50c63c6f0b7ee6051f (diff)
downloadclutter-gst-d2edd7903ac292b2402e72a699c5875ae9ae795e.tar.gz
build: Actually depend on 1.6.0
That chunk was forgotten in the last commit which was already pushed on git.gnome.org. Sigh, Fridays.
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 e602604..508cf16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AC_SUBST([CLUTTER_GST_RELEASE_STATUS], [clutter_gst_release_status])
# pkg-config requirements
GLIB_REQ_VERSION=2.18.0
-CLUTTER_REQ_VERSION=1.4.0
+CLUTTER_REQ_VERSION=1.6.0
GSTREAMER_REQ_VERSION=0.10.26
AC_SUBST(GLIB_REQ_VERSION)