diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-05-19 17:47:18 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-05-19 17:47:18 +0000 |
commit | d23f0668bf8fc753860fe027e879456078a67e6c (patch) | |
tree | 30fd5874f58b04a0ab55b6c9839b56db89e45be3 /pkgconfig | |
parent | 7452d9526b1d4b1953fd6b1cd7dfaf542b3a5a54 (diff) | |
download | gst-plugins-bad-d23f0668bf8fc753860fe027e879456078a67e6c.tar.gz gst-plugins-bad-d23f0668bf8fc753860fe027e879456078a67e6c.tar.bz2 gst-plugins-bad-d23f0668bf8fc753860fe027e879456078a67e6c.zip |
important fix I forgot to commit
Original commit message from CVS:
important fix I forgot to commit
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/.gitignore | 4 | ||||
-rw-r--r-- | pkgconfig/gstreamer-play-uninstalled.pc.in | 4 | ||||
-rw-r--r-- | pkgconfig/gstreamer-play.pc.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/pkgconfig/.gitignore b/pkgconfig/.gitignore index 49e9557e..9fd2bdc1 100644 --- a/pkgconfig/.gitignore +++ b/pkgconfig/.gitignore @@ -1,3 +1,3 @@ gstreamer-gconf-*.pc -gstreamer-libs-*.pc -gstreamer-play-*.pc +gstreamer-libs*.pc +gstreamer-play*.pc diff --git a/pkgconfig/gstreamer-play-uninstalled.pc.in b/pkgconfig/gstreamer-play-uninstalled.pc.in index 6fa83dab..dc133f35 100644 --- a/pkgconfig/gstreamer-play-uninstalled.pc.in +++ b/pkgconfig/gstreamer-play-uninstalled.pc.in @@ -6,8 +6,8 @@ includedir=${pcfiledir}/.. Name: GStreamer Play Library, uninstalled Description: Streaming-media framework, play libraries, not installed -Requires: gstreamer >= @VERSION@ +Requires: gstreamer >= @VERSION@ gstreamer-control >= @VERSION@ Version: @VERSION@ -Libs: ${libdir}/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la -lgstcontrol-@GST_MAJORMINOR@ +Libs: ${libdir}/gst-libs/gst/play/libgstplay-@GST_MAJORMINOR@.la Cflags: -I${includedir}/gst-libs diff --git a/pkgconfig/gstreamer-play.pc.in b/pkgconfig/gstreamer-play.pc.in index 99dc6e7d..caf1ee3f 100644 --- a/pkgconfig/gstreamer-play.pc.in +++ b/pkgconfig/gstreamer-play.pc.in @@ -5,8 +5,8 @@ includedir=@includedir@/gstreamer-@GST_MAJORMINOR@ Name: GStreamer Play Library Description: Streaming-media framework, play libraries -Requires: gstreamer-@GST_MAJORMINOR@ +Requires: gstreamer-@GST_MAJORMINOR@ gstreamer-control-@GST_MAJORMINOR@ Version: @VERSION@ -Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ -lgstcontrol-@GST_MAJORMINOR@ +Libs: -L${libdir} -lgstplay-@GST_MAJORMINOR@ Cflags: -I${includedir} |