diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:50:10 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-12-08 14:50:10 +0000 |
commit | 708cf898e85bb1742870f6b3cabcc74b28f01c5f (patch) | |
tree | 022549fcd528cd742ef2fc6569ebd94a0030e97f /gstreamer-libs.pc.in | |
parent | 2a19514098f24c47f8642e7f0b4b762e5dc9d05d (diff) | |
download | gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.tar.gz gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.tar.bz2 gst-plugins-bad-708cf898e85bb1742870f6b3cabcc74b28f01c5f.zip |
parallel install fixes
Original commit message from CVS:
parallel install fixes
Diffstat (limited to 'gstreamer-libs.pc.in')
-rw-r--r-- | gstreamer-libs.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gstreamer-libs.pc.in b/gstreamer-libs.pc.in index c76947ea..6ff32172 100644 --- a/gstreamer-libs.pc.in +++ b/gstreamer-libs.pc.in @@ -1,11 +1,11 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ -includedir=@includedir@/@PACKAGE@-@VERSION@ +includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ Name: GStreamer Media-Specific Libraries Description: Streaming-media framework, media-specific libraries -Requires: gstreamer = @VERSION@ +Requires: gstreamer-@GST_MAJORMINOR@ = @VERSION@ Version: @VERSION@ Libs: Cflags: -I${includedir} |