mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-16 11:15:31 +00:00
Make the cs compiler optional
This commit is contained in:
parent
f7c192a440
commit
6bb7528a48
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if not get_option('disable_rtsp_server')
|
|||
endif
|
||||
|
||||
if not get_option('disable_gstreamer_sharp')
|
||||
if add_languages('cs')
|
||||
if add_languages('cs', required : false)
|
||||
if meson.version().version_compare('>=0.43')
|
||||
subprojects += ['gstreamer-sharp']
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue