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>
This commit is contained in:
Tim-Philipp Müller 2020-05-02 12:01:49 +01:00 committed by GStreamer Merge Bot
parent 81752169a4
commit dc1a1e5275
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ girdir=@abs_top_builddir@/gst
bashhelpersdir=@abs_top_builddir@/data/bash-completion/helpers
helpersdir=@abs_top_builddir@/libs/gst/helpers
typelibdir=@abs_top_builddir@/gst
pluginscannerdir=${helpersdir}
Name: GStreamer Uninstalled
Description: Streaming media framework, Not Installed

View file

@ -9,6 +9,7 @@ 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