summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--clutter-gst.pc.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 752a3f1..fe8feef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-21 Matthew Allum <mallum@openedhand.com>
+
+ * clutter-gst.pc.in:
+ Add missing gstreamer-base-0.10 dep. See #399
+
2007-07-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-gst/Makefile.am: Install headers under the clutter-0.x
diff --git a/clutter-gst.pc.in b/clutter-gst.pc.in
index 113b79c..dbea416 100644
--- a/clutter-gst.pc.in
+++ b/clutter-gst.pc.in
@@ -8,4 +8,4 @@ Description: Clutter GStreamer integration
Version: @VERSION@
Libs: -L${libdir} -lclutter-gst-@CLUTTER_GST_MAJORMINOR@
Cflags: -I${includedir}/clutter-0.3/clutter-gst
-Requires: clutter-0.3 gstreamer-0.10 gstreamer-plugins-base-0.10
+Requires: clutter-0.3 gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10