diff options
author | Edward Hervey <edward@centricular.com> | 2017-12-08 13:54:27 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2017-12-08 13:54:27 +0100 |
commit | 4aa51c82a886463be2e289144b9f74193e9efaa6 (patch) | |
tree | a5c7cf218ae063ef6d23edaec73c8eb1e2736c1e /pkgconfig | |
parent | c0226e08e324fb416c2bb8eb95bb690152397f84 (diff) |
pkgconfig: Move fixes for move of aggregator to core
Diffstat (limited to 'pkgconfig')
-rw-r--r-- | pkgconfig/gstreamer-bad-audio-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-audio.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-video-uninstalled.pc.in | 2 | ||||
-rw-r--r-- | pkgconfig/gstreamer-bad-video.pc.in | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/pkgconfig/gstreamer-bad-audio-uninstalled.pc.in b/pkgconfig/gstreamer-bad-audio-uninstalled.pc.in index e2fa1151c..9de1a1bc4 100644 --- a/pkgconfig/gstreamer-bad-audio-uninstalled.pc.in +++ b/pkgconfig/gstreamer-bad-audio-uninstalled.pc.in @@ -6,7 +6,7 @@ includedir=@abs_top_srcdir@/gst-libs Name: GStreamer bad audio library, uninstalled Description: Bad audio library for GStreamer, Not Installed Version: @VERSION@ -Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@ +Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ Libs: -L${libdir} -lgstbadaudio-@GST_API_VERSION@ Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs diff --git a/pkgconfig/gstreamer-bad-audio.pc.in b/pkgconfig/gstreamer-bad-audio.pc.in index fa9001017..6536a0aa8 100644 --- a/pkgconfig/gstreamer-bad-audio.pc.in +++ b/pkgconfig/gstreamer-bad-audio.pc.in @@ -7,7 +7,7 @@ pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@ Name: GStreamer bad audio library, uninstalled Description: Bad audio library for GStreamer elements, Not Installed Version: @VERSION@ -Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@ +Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ Libs: -L${libdir} -gstbadaudio-@GST_API_VERSION@ Cflags: -I${includedir} diff --git a/pkgconfig/gstreamer-bad-video-uninstalled.pc.in b/pkgconfig/gstreamer-bad-video-uninstalled.pc.in index 09ccdfea7..d5fbe7b82 100644 --- a/pkgconfig/gstreamer-bad-video-uninstalled.pc.in +++ b/pkgconfig/gstreamer-bad-video-uninstalled.pc.in @@ -8,7 +8,7 @@ typelibdir=@abs_top_builddir@/gst-libs/gst/video Name: GStreamer bad video library, uninstalled Description: Bad video library for GStreamer elements, Not Installed Version: @VERSION@ -Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@ +Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ Libs: -L${libdir} -lgstbadvideo-@GST_API_VERSION@ Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs diff --git a/pkgconfig/gstreamer-bad-video.pc.in b/pkgconfig/gstreamer-bad-video.pc.in index 43a54c053..c75271d45 100644 --- a/pkgconfig/gstreamer-bad-video.pc.in +++ b/pkgconfig/gstreamer-bad-video.pc.in @@ -10,7 +10,7 @@ typelibdir=${libdir}/girepository-1.0 Name: GStreamer bad video library Description: Bad video library for GStreamer elements Version: @VERSION@ -Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@ +Requires: gstreamer-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ Libs: -L${libdir} -lgstbadvideo-@GST_API_VERSION@ Cflags: -I${includedir} |