summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-03-25 15:27:41 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2010-03-25 15:27:41 +0000
commita9a5eac525b8f0365ac392c825d61eba913c9b2e (patch)
tree210a8109e571e6c94db5400da5079b6550d7a7ab
parent9b07c0e3afbabf6819faa0d29f5d5d8cb404425f (diff)
downloadclutter-gst-a9a5eac525b8f0365ac392c825d61eba913c9b2e.tar.gz
build: Depend on a stable version of Clutter
Let's depend on a stable version of Clutter, not a development one.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d74630f..16498b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "x$have_python" = "xyes"])
dnl ========================================================================
-pkg_modules="clutter-1.0 >= 1.1.5 gio-2.0"
+pkg_modules="clutter-1.0 >= 1.2.0 gio-2.0"
PKG_CHECK_MODULES(CLUTTER_GST, [$pkg_modules])
dnl ========================================================================