[clutter-gst] configure.ac: fix compilation following cogl 2.0 pc file rename



commit 62d19a4b774323399d75494e03fe3d098bca82a5
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Mon Jan 20 22:41:45 2014 +0000

    configure.ac: fix compilation following cogl 2.0 pc file rename

 clutter-gst.pc.in |    4 ++--
 configure.ac      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/clutter-gst.pc.in b/clutter-gst.pc.in
index 113579a..c76fb25 100644
--- a/clutter-gst.pc.in
+++ b/clutter-gst.pc.in
@@ -6,7 +6,7 @@ includedir= includedir@
 Name: clutter-gst
 Description: Clutter GStreamer integration
 Version: @VERSION@
-Libs: -L${libdir} -lclutter-gst- CLUTTER_GST_MAJORMINOR@ 
+Libs: -L${libdir} -lclutter-gst- CLUTTER_GST_MAJORMINOR@
 Cflags: -I${includedir}/clutter-gst- CLUTTER_GST_API_VERSION@
-Requires: clutter- CLUTTER_API_VERSION@ >= 1.3.12 gstreamer-1.0 gstreamer-base-1.0 gstreamer-plugins-base-1.0
+Requires: clutter- CLUTTER_API_VERSION@ >= 1.10.0 cogl-gst-2.0-experimental gstreamer-1.0 gstreamer-base-1.0 
gstreamer-plugins-base-1.0
 Requires.private: gio-2.0
diff --git a/configure.ac b/configure.ac
index cdfd4c2..8da4fc1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,7 +80,7 @@ AC_SUBST([CLUTTER_GST_RELEASE_STATUS], [clutter_gst_release_status])
 # pkg-config requirements
 GLIB_REQ_VERSION=2.18.0
 COGL_REQ_VERSION=2.0
-COGL_GST_REQ_VERSION=2.0.0
+COGL_GST_REQ_VERSION=1.17.3
 CLUTTER_REQ_VERSION=1.10.0
 GSTREAMER_REQ_VERSION=1.0.0
 GST_PLUGINS_BAD_REQ_VERSION=1.0.0


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]