Make the cs compiler optional
This commit is contained in:
parent
f7c192a440
commit
6bb7528a48
@ -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…
x
Reference in New Issue
Block a user