summaryrefslogtreecommitdiff
path: root/clutter-gst.pc.in
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2009-07-29 11:56:43 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2009-07-29 11:56:43 +0100
commitdb9bcf9d6f3a7d0f34747bed0f3ab28d7eb8f6ab (patch)
tree1c44875eea65b123dac43de2bb0ed4d6bac514ec /clutter-gst.pc.in
parentb0b09568add1cac26e37c8a6b0e252ba924cb7a0 (diff)
downloadclutter-gst-db9bcf9d6f3a7d0f34747bed0f3ab28d7eb8f6ab.tar.gz
[build] Fix pc file generation and headers' location0.10.0
Depending on clutter-0.9 API was hardcoded in the .pc file generation and include file path. A new clutter_api_version variable in the configure.ac file is there to fix that.
Diffstat (limited to 'clutter-gst.pc.in')
-rw-r--r--clutter-gst.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/clutter-gst.pc.in b/clutter-gst.pc.in
index 6ea9e0a..845aa86 100644
--- a/clutter-gst.pc.in
+++ b/clutter-gst.pc.in
@@ -7,5 +7,5 @@ Name: clutter-gst
Description: Clutter GStreamer integration
Version: @VERSION@
Libs: -L${libdir} -lclutter-gst-@CLUTTER_GST_MAJORMINOR@
-Cflags: -I${includedir}/clutter-0.9
-Requires: clutter-0.9 gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10
+Cflags: -I${includedir}/clutter-@CLUTTER_API_VERSION@
+Requires: clutter-@CLUTTER_API_VERSION@ gstreamer-0.10 gstreamer-base-0.10 gstreamer-plugins-base-0.10