meson: List libraries and their corresponding gir definition
commit 01e771e9005ad5d0ba0d6a6e59dda667734a6c82 (HEAD -> static_gir, thiblahute/static_gir)
Author: Thibault Saunier <tsaunier@igalia.com>
Date: Sat Jun 27 00:34:40 2020 -0400
meson: List libraries and their corresponding gir definition
Introduces a `libraries` variable that contains all libraries in a
dict with the following format:
``` meson
'lib': library_object
'git': {full git definition in a dict }
```
It therefore refactors the way we build the git so that we can reuse the
same information to build them against 'gstreamer-full' in gst-build
when linking statically
commit 6f5c74b4d38f01a898df98544520adb6b2e36f69
Author: Thibault Saunier <tsaunier@igalia.com>
Date: Sat Jun 27 00:34:18 2020 -0400
meson: Mark files as files()
Edited by Tim-Philipp Müller