summaryrefslogtreecommitdiffstats
path: root/gstreamer-play.pc.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:10 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-12-08 14:50:10 +0000
commit708cf898e85bb1742870f6b3cabcc74b28f01c5f (patch)
tree022549fcd528cd742ef2fc6569ebd94a0030e97f /gstreamer-play.pc.in
parent2a19514098f24c47f8642e7f0b4b762e5dc9d05d (diff)
downloadgst-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-play.pc.in')
-rw-r--r--gstreamer-play.pc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gstreamer-play.pc.in b/gstreamer-play.pc.in
index 4bc27071..31d2bdbd 100644
--- a/gstreamer-play.pc.in
+++ b/gstreamer-play.pc.in
@@ -1,12 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
-includedir=@includedir@/@PACKAGE@-@VERSION@
+includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
Name: GStreamer Play Library
Description: Streaming-media framework, play libraries
-Requires: gstreamer >= @VERSION@
+Requires: gstreamer-@GST_MAJORMINOR@ >= @VERSION@
Version: @VERSION@
-Libs: -L${libdir} -lgstplay -lgstcontrol
+Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@
Cflags: -I${includedir}