mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
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:
parent
81752169a4
commit
dc1a1e5275
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ girdir=@abs_top_builddir@/gst
|
||||||
bashhelpersdir=@abs_top_builddir@/data/bash-completion/helpers
|
bashhelpersdir=@abs_top_builddir@/data/bash-completion/helpers
|
||||||
helpersdir=@abs_top_builddir@/libs/gst/helpers
|
helpersdir=@abs_top_builddir@/libs/gst/helpers
|
||||||
typelibdir=@abs_top_builddir@/gst
|
typelibdir=@abs_top_builddir@/gst
|
||||||
|
pluginscannerdir=${helpersdir}
|
||||||
|
|
||||||
Name: GStreamer Uninstalled
|
Name: GStreamer Uninstalled
|
||||||
Description: Streaming media framework, Not Installed
|
Description: Streaming media framework, Not Installed
|
||||||
|
|
|
@ -9,6 +9,7 @@ datarootdir=${prefix}/share
|
||||||
datadir=${datarootdir}
|
datadir=${datarootdir}
|
||||||
girdir=${datadir}/gir-1.0
|
girdir=${datadir}/gir-1.0
|
||||||
typelibdir=${libdir}/girepository-1.0
|
typelibdir=${libdir}/girepository-1.0
|
||||||
|
pluginscannerdir=${libexecdir}/gstreamer-1.0
|
||||||
|
|
||||||
Name: GStreamer
|
Name: GStreamer
|
||||||
Description: Streaming media framework
|
Description: Streaming media framework
|
||||||
|
|
Loading…
Reference in a new issue