summaryrefslogtreecommitdiff
path: root/clutter-gst.pc.in
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2007-01-04 19:43:45 +0000
committerMatthew Allum <mallum@openedhand.com>2007-01-04 19:43:45 +0000
commit5b9e0dfd2ddb1d583b57e6ad5c0b4b19125dd252 (patch)
tree8bdacb6ba1fafb60c527915c75bd8bddf81ffabe /clutter-gst.pc.in
parente7cec2ff614dc7242c8b8f45a6ab5e02cd06bbf8 (diff)
downloadclutter-gst-5b9e0dfd2ddb1d583b57e6ad5c0b4b19125dd252.tar.gz
2007-01-04 Matthew Allum <mallum@openedhand.com>
* clutter-gst.pc.in: Fix version substitution
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 fb7e3e2..b2966f8 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_MAJORMINOR@
+Name: clutter-@CLUTTER_GST_MAJORMINOR@
Description: Clutter GStreamer bits
Version: @VERSION@
-Libs: -L${libdir} -lclutter-gst-@CLUTTER_MAJORMINOR@
-Cflags: -I${includedir}/clutter-gst-@CLUTTER_MAJORMINOR@
+Libs: -L${libdir} -lclutter-gst-@CLUTTER_GST_MAJORMINOR@
+Cflags: -I${includedir}/clutter-gst-@CLUTTER_GST_MAJORMINOR@
Requires: clutter-0.1 gstreamer-0.10 gstreamer-plugins-base-0.10