summaryrefslogtreecommitdiff
path: root/pkgconfig/gstreamer-bad-audio.pc.in
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2016-01-29 04:50:42 +1100
committerJan Schmidt <jan@centricular.com>2016-01-29 05:01:43 +1100
commitfb30f07866d7b48e036dd0333be32b9460e22273 (patch)
tree8d4091180dd7983e4525837cdd665a563119ef45 /pkgconfig/gstreamer-bad-audio.pc.in
parentcd2a8036f2d5a82a34b580f51cef5c3d65de4f7a (diff)
downloadgstreamer-plugins-bad-fb30f07866d7b48e036dd0333be32b9460e22273.tar.gz
pkg-config: Don't generate and install pkg-config with relative paths
Don't put relative paths in pkg-config files, including uninstalled ones. For those, use @abs_topbuilddir@ and @abs_topsrcdir@ as we do elsewhere. Remove libraries= directives, which doesn't seem to be a pkg-config variable that actually exists, but has been in all our pkg-config files for as long as they've existed.
Diffstat (limited to 'pkgconfig/gstreamer-bad-audio.pc.in')
-rw-r--r--pkgconfig/gstreamer-bad-audio.pc.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgconfig/gstreamer-bad-audio.pc.in b/pkgconfig/gstreamer-bad-audio.pc.in
index e861649c6..be90d67da 100644
--- a/pkgconfig/gstreamer-bad-audio.pc.in
+++ b/pkgconfig/gstreamer-bad-audio.pc.in
@@ -7,9 +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@
+Requires: gstreamer-@GST_API_VERSION@ gstreamer-bad-base-@GST_API_VERSION@
-Libs: -L${libdir} ${libdir}/libgstbadaudio-@GST_API_VERSION@.la @BADBASE_LIBS@
-Cflags: -I${includedir} -I@srcdir@/.. @BADBASE_CFLAGS@
-
-libraries=badaudio
+Libs: -L${libdir} ${libdir}/libgstbadaudio-@GST_API_VERSION@.la
+Cflags: -I${includedir}