summaryrefslogtreecommitdiff
path: root/clutter-gst.pc.in
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2007-07-17 10:34:27 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2007-07-17 10:34:27 +0000
commit33f0d7cad3d5d46566644f52800b1f96c35b184e (patch)
tree8aaa55c29ed5910d8795c58d9a8dc7312057d9c4 /clutter-gst.pc.in
parent808d906a290fd28a369e6d791566789d31389e44 (diff)
downloadclutter-gst-33f0d7cad3d5d46566644f52800b1f96c35b184e.tar.gz
2007-07-17 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-gst/Makefile.am: Install headers under the clutter-0.x include directory, so that the clutter integration libraries header files are all self-contained into the version they are linking to. * Makefile.am: * clutter-gst.pc.in: Update pkgconfig file template.
Diffstat (limited to 'clutter-gst.pc.in')
-rw-r--r--clutter-gst.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/clutter-gst.pc.in b/clutter-gst.pc.in
index 5c0269f..113b79c 100644
--- a/clutter-gst.pc.in
+++ b/clutter-gst.pc.in
@@ -3,9 +3,9 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
-Name: clutter-@CLUTTER_GST_MAJORMINOR@
-Description: Clutter GStreamer bits
+Name: clutter-gst
+Description: Clutter GStreamer integration
Version: @VERSION@
Libs: -L${libdir} -lclutter-gst-@CLUTTER_GST_MAJORMINOR@
-Cflags: -I${includedir}/clutter-gst-@CLUTTER_GST_MAJORMINOR@
+Cflags: -I${includedir}/clutter-0.3/clutter-gst
Requires: clutter-0.3 gstreamer-0.10 gstreamer-plugins-base-0.10