mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +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.
16 lines
457 B
PkgConfig
16 lines
457 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_API_VERSION@
|
|
datarootdir=${prefix}/share
|
|
datadir=${datarootdir}
|
|
girdir=${datadir}/gir-1.0
|
|
typelibdir=${libdir}/girepository-1.0
|
|
|
|
Name: GStreamer bad base classes
|
|
Description: Bad base classes for GStreamer elements
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@
|
|
|
|
Libs: -L${libdir} ${libdir}/libgstbadbase-@GST_API_VERSION@.la
|
|
Cflags: -I${includedir}
|