Meson: Fix useless reconfigure when plugins libs change
authorXavier Claessens <xavier.claessens@collabora.com>
Wed, 11 Mar 2020 17:49:11 +0000 (13:49 -0400)
committerXavier Claessens <xavier.claessens@collabora.com>
Wed, 11 Mar 2020 17:49:11 +0000 (13:49 -0400)
commit7ef372db76cf40b1ea3459c4c8ebd6d757b8cd96
treec79f52e5c8c1d7c651ad12f6f3fe03dfdb4d3f39
parent7fa292406e7d15c7716ef4883b02873d922d96f4
Meson: Fix useless reconfigure when plugins libs change

This is a workaround for a Meson bug that incorrectly trigger
reconfigure when files change in build directory. This commit can be
reverted once GStreamer depends on Meson >=0.54.0.
See https://github.com/mesonbuild/meson/pull/6770

Fixes: #85
meson.build
scripts/generate_init_static_plugins.py
scripts/generate_plugins_path.py