From: Thibault Saunier Date: Wed, 6 Sep 2017 18:34:27 +0000 (-0300) Subject: Make the cs compiler optional X-Git-Tag: 1.19.3~481^2~357 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6bb7528a48d7955eecabcfb0d9aaa01471b05d29;p=platform%2Fupstream%2Fgstreamer.git Make the cs compiler optional --- diff --git a/meson.build b/meson.build index fb20ebf..d46b3d4 100644 --- a/meson.build +++ b/meson.build @@ -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