mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
fb30f07866
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.
12 lines
452 B
PkgConfig
12 lines
452 B
PkgConfig
prefix=
|
|
exec_prefix=
|
|
libdir=@abs_top_builddir@/gst-libs/gst/audio
|
|
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@
|
|
|
|
Libs: @abs_top_builddir@/gst-libs/gst/audio/libgstbadaudio-@GST_API_VERSION@.la
|
|
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|