Allow Strawberry Perl on Windows with Meson >= 0.60.0
authorXavier Claessens <xavier.claessens@collabora.com>
Thu, 28 Oct 2021 14:09:21 +0000 (10:09 -0400)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sun, 31 Oct 2021 20:07:39 +0000 (20:07 +0000)
commit1ec04817eb0af92f53bf035033876d79117aeff2
tree135f1184cfa98931f23c4d32023f7c17824d605c
parent577cdcafe09f82bda9d36dadfd302e4ed1b4b251
Allow Strawberry Perl on Windows with Meson >= 0.60.0

Meson now explicitly blacklists pkg-config.bat from Strawberry Perl and
thus building GStreamer on Windows has been fixed.

This allows for instance to build GStreamer on GitHub Action Windows
runners that have Strawberry Perl by default.

It is also useful when needing to build OpenSSL on the same Windows
machine because it requires Perl.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1263>
meson.build