gstreamer/pkgconfig/gstreamer.pc.in
Tim-Philipp Müller dc1a1e5275 pkgconfig: add pluginscannerdir variable
So we can get this in a unified way from installed
and uninstalled GStreamer when using pkg-config to
set up test environments in other modules.

See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/582

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/456>
2020-05-06 13:32:56 +00:00

21 lines
619 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libexecdir=@libexecdir@
libdir=@libdir@
includedir=@includedir@/gstreamer-@GST_API_VERSION@
toolsdir=${exec_prefix}/bin
pluginsdir=@libdir@/gstreamer-@GST_API_VERSION@
datarootdir=${prefix}/share
datadir=${datarootdir}
girdir=${datadir}/gir-1.0
typelibdir=${libdir}/girepository-1.0
pluginscannerdir=${libexecdir}/gstreamer-1.0
Name: GStreamer
Description: Streaming media framework
Version: @VERSION@
Requires: glib-2.0, gobject-2.0
Requires.private: gmodule-no-export-2.0 @UNWIND_REQUIRE@ @DW_REQUIRE@
Libs: -L${libdir} -lgstreamer-@GST_API_VERSION@
Cflags: -I${includedir}