mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
b706b6d84e
Promote deps gstreamer-tag to Requires for pbutils and add missing gstreamer-tag Requires for gst-audio. Uninstalled builds would fail with: stage/usr/local/lib/x86_64-linux-gnu/libgstpbutils-1.0.so: undefined reference to `gst_tag_list_to_vorbiscomment_buffer' [...] stage/usr/local/lib/x86_64-linux-gnu/libgstaudio-1.0.so: undefined reference to `gst_tag_register_musicbrainz_tags'
16 lines
728 B
PkgConfig
16 lines
728 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@pbutilslibdir@
|
|
# includedir is builddir because it is used to find gstconfig.h in places
|
|
includedir=@abs_top_builddir@/gst-libs
|
|
girdir=@abs_top_builddir@/gst-libs/gst/pbutils
|
|
typelibdir=@abs_top_builddir@/gst-libs/gst/pbutils
|
|
|
|
Name: GStreamer Base Utils Library, Uninstalled
|
|
Description: General utility functions, uninstalled
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@ gstreamer-audio-@GST_API_VERSION@ gstreamer-base-@GST_API_VERSION@ gstreamer-video-@GST_API_VERSION@ gstreamer-tag-@GST_API_VERSION@
|
|
Libs: -L${libdir} -lgstpbutils-@GST_API_VERSION@
|
|
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
|
|