Make the cs compiler optional

This commit is contained in:
Thibault Saunier 2017-09-06 15:34:27 -03:00
parent f7c192a440
commit 6bb7528a48

View File

@ -88,7 +88,7 @@ if not get_option('disable_rtsp_server')
endif endif
if not get_option('disable_gstreamer_sharp') if not get_option('disable_gstreamer_sharp')
if add_languages('cs') if add_languages('cs', required : false)
if meson.version().version_compare('>=0.43') if meson.version().version_compare('>=0.43')
subprojects += ['gstreamer-sharp'] subprojects += ['gstreamer-sharp']
else else