Make the cs compiler optional
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 6 Sep 2017 18:34:27 +0000 (15:34 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 6 Sep 2017 18:34:27 +0000 (15:34 -0300)
meson.build

index fb20ebf..d46b3d4 100644 (file)
@@ -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