summaryrefslogtreecommitdiff
path: root/clutter-gst.pc.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-07-12 16:43:57 +0100
committerBastien Nocera <hadess@hadess.net>2012-07-12 16:43:57 +0100
commitd940953f81ada163d61f7929b1c2aab1d871fcf1 (patch)
treed594e6ce5b23546d5ffa62ad6acaad5d4e6898b9 /clutter-gst.pc.in
parent5c35847aa5648695db717aec54d44e54e77063c1 (diff)
downloadclutter-gst-d940953f81ada163d61f7929b1c2aab1d871fcf1.tar.gz
Make clutter-gst for GStreamer 1.0 parallel installable
We need to be able to ship both the GStreamer 0.10 and the GStreamer 1.0 versions of clutter-gst, and have them not clash. We used to install clutter-gst in a clutter-1.0 directory, but only the GStreamer API version changed, not the clutter one, so we need to move the includes to $(includedir)/clutter-gst-2.0/ https://bugzilla.gnome.org/show_bug.cgi?id=674077
Diffstat (limited to 'clutter-gst.pc.in')
-rw-r--r--clutter-gst.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gst.pc.in b/clutter-gst.pc.in
index 413666b..113579a 100644
--- a/clutter-gst.pc.in
+++ b/clutter-gst.pc.in
@@ -7,6 +7,6 @@ Name: clutter-gst
Description: Clutter GStreamer integration
Version: @VERSION@
Libs: -L${libdir} -lclutter-gst-@CLUTTER_GST_MAJORMINOR@
-Cflags: -I${includedir}/clutter-@CLUTTER_API_VERSION@
+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.private: gio-2.0