summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2010-08-18 16:03:11 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-08-18 16:39:11 +0100
commit549aedf338f9cce9cf25add9c73fb4826bdea4cd (patch)
tree812205d8f6c4215d55b16e028c4cffdff22851a5
parent97959cca4f97ff74bb9a4f2f369677e2355e81f7 (diff)
build: Depend on clutter >= 1.3.12
Clutter-gst needs some new symbols to be able to attach a ARBfp program to a CoglMaterial.
-rw-r--r--clutter-gst.pc.in2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/clutter-gst.pc.in b/clutter-gst.pc.in
index db3db52..cc62265 100644
--- a/clutter-gst.pc.in
+++ b/clutter-gst.pc.in
@@ -8,5 +8,5 @@ Description: Clutter GStreamer integration
Version: @VERSION@
Libs: -L${libdir} -lclutter-gst-@CLUTTER_GST_MAJORMINOR@
Cflags: -I${includedir}/clutter-@CLUTTER_API_VERSION@
-Requires: clutter-@CLUTTER_API_VERSION@ < 1.3.0 gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10
+Requires: clutter-@CLUTTER_API_VERSION@ >= 1.3.12 gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10
Requires.private: gio-2.0
diff --git a/configure.ac b/configure.ac
index 26e9858..6283ee9 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.0 gio-2.0"
+pkg_modules="clutter-1.0 >= 1.3.12 gio-2.0"
PKG_CHECK_MODULES(CLUTTER_GST, [$pkg_modules])
dnl ========================================================================