mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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/2214>
This commit is contained in:
parent
75c350283e
commit
60eca23bef
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
project('gst-python', 'c', 'cpp',
|
||||
project('gst-python', 'c',
|
||||
version : '1.20.1.1',
|
||||
meson_version : '>= 0.59',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
|
Loading…
Reference in a new issue