summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-07-06 11:50:01 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-07-06 11:56:39 +0100
commit379b63b013af463210e54470693aedfa9009f4dc (patch)
tree2989b645358c6ce793c0c2858a05315cb706339f
parentc77eac56964a0687a6efcf1bd7aa0a3d5c71bd09 (diff)
downloadclutter-gst-379b63b013af463210e54470693aedfa9009f4dc.tar.gz
Bump clutter required version to 0.9.6
We now depend on clutter 0.9.6 as we are using the cogl_flush() symbol.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a137f68..458c24c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,7 +96,7 @@ AM_CONDITIONAL([HAVE_PYTHON], [test "x$have_python" = "xyes"])
dnl ========================================================================
-pkg_modules="clutter-0.9 >= 0.9.3"
+pkg_modules="clutter-0.9 >= 0.9.6"
PKG_CHECK_MODULES(CLUTTER_GST, [$pkg_modules])
dnl ========================================================================