Meson: Should use generator for all pc files
@xclaesse
Submitted by Xavier Claessens Link to original bug (#794603)
Description
Currently gstreamer-*-1.0.pc are created using a .pc.in listing dependencies manually. That's error prone.
Meson has a generator that automatically pull dependencies from a library() object and generate the .pc for it.
I'm going to depend on a yet to be merged PR in meson:
https://github.com/mesonbuild/meson/pull/3284
Version: 1.12.x