summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-11-24 04:22:02 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-11-24 04:22:02 +0100
commitb4d860cfea6755dd258971712eeceb14ff7b8bb6 (patch)
treebf200b588eeca6a223841003b0a2cb4eceec3160
parent08fb7665f8097c9a496043f487dee69804ace457 (diff)
build: Depend on clutter 1.4.0
Instead of depending on a development version, clutter-gst 1.4.0 should depend on clutter 1.4.0.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a69e3a7..ac77c32 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.3.14 gio-2.0"
+pkg_modules="clutter-1.0 >= 1.4.0 gio-2.0"
PKG_CHECK_MODULES(CLUTTER_GST, [$pkg_modules])
dnl ========================================================================