meson: Link to objects instea of static helper library
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 13 May 2019 07:54:42 +0000 (13:24 +0530)
committerTim-Philipp Müller <tim@centricular.com>
Wed, 7 Aug 2019 23:01:09 +0000 (00:01 +0100)
commit3a8910f53bc38d826a9f2b9dc92970fd49a21983
tree15b08af27dd836b790bfbcddc5085672c816244c
parentf5ed89dc8356b8f4fcaadd3a4524b4e1b88331c8
meson: Link to objects instea of static helper library

Otherwise the objects from that static helper library are not included
in the gstreamer-1.0 static library. This was supposed to be fixed in
Meson, but the pull request hasn't been merged yet:
https://github.com/mesonbuild/meson/pull/3939

Closes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/398
gst/meson.build