mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: only check for c++ compiler once
This commit is contained in:
parent
74d974817f
commit
df160d1989
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ base_tests = [
|
|||
]
|
||||
|
||||
# Make sure our headers are C++ clean
|
||||
if add_languages('cpp', required : false)
|
||||
if have_cxx
|
||||
base_tests += [
|
||||
[ 'libs/gstlibscpp.cc', false, [ ] ],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue