windows: Detect Strawberry Perl and error out early
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 1 Oct 2020 17:35:34 +0000 (23:05 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Thu, 1 Oct 2020 17:41:24 +0000 (23:11 +0530)
commitdebe544d3f5a80954c949af9580ba1df94f91e49
tree7e741a08125b91b3fef6c694b438136fe95a44dc
parentfa9627eb75c3904c53b81e06f6e0d2034a4a2d98
windows: Detect Strawberry Perl and error out early

This is going to fail during the compile phase because Strawberry Perl
ships with its own pkg-config and pkgconfig files for zlib/libffi with
unusable values.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/41

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