gst-python: fix build on systems without C++ compiler
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 15 Apr 2022 16:58:49 +0000 (18:58 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 16 Apr 2022 02:56:36 +0000 (02:56 +0000)
commit26c2385faed0bb997368daabd4c64207b3fc01ca
tree9a8f1ab9129377220d89c21b8449c6fb8c400f0b
parentc68c40a6bc87ed6279608480fe638fbe7c7db769
gst-python: fix build on systems without C++ compiler

Fix the following build failure on systems without C++ compiler:

The following exception(s) were encountered:
Running "/home/autobuild/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-gnu-g++ --version" gave "[Errno 2] No such file or directory: '/home/autobuild/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-gnu-g++'"

Fixes:
 - http://autobuild.buildroot.org/results/eebf65036f79d21d347714d62afecd0108393308

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